From c6fba45c8d90520dcc856180a0d7eae9b67aa6eb Mon Sep 17 00:00:00 2001 From: Amir Date: Thu, 15 Feb 2024 23:07:52 +0330 Subject: [PATCH] Update config_option_entity.dart --- lib/features/config_option/model/config_option_entity.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/config_option/model/config_option_entity.dart b/lib/features/config_option/model/config_option_entity.dart index bfa82697..b2a4bf99 100644 --- a/lib/features/config_option/model/config_option_entity.dart +++ b/lib/features/config_option/model/config_option_entity.dart @@ -44,7 +44,7 @@ class ConfigOptionEntity with ConfigOptionEntityMappable { this.independentDnsCache = true, this.enableTlsFragment = false, this.tlsFragmentSize = const OptionalRange(min: 1, max: 500), - this.tlsFragmentSleep = const OptionalRange(min: 1, max: 500), + this.tlsFragmentSleep = const OptionalRange(min: 0, max: 500), this.enableTlsMixedSniCase = false, this.enableTlsPadding = false, this.tlsPaddingSize = const OptionalRange(min: 1, max: 1500),