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),