Parcourir la source

Increase default log file reopen retries

Rod Hynes il y a 4 ans
Parent
commit
c0fa4be0ee
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      psiphon/server/config.go

+ 1 - 1
psiphon/server/config.go

@@ -61,7 +61,7 @@ const (
 	SSH_OBFUSCATED_KEY_BYTE_LENGTH                      = 32
 	PERIODIC_GARBAGE_COLLECTION                         = 120 * time.Second
 	STOP_ESTABLISH_TUNNELS_ESTABLISHED_CLIENT_THRESHOLD = 20
-	DEFAULT_LOG_FILE_REOPEN_RETRIES                     = 10
+	DEFAULT_LOG_FILE_REOPEN_RETRIES                     = 25
 )
 
 // Config specifies the configuration and behavior of a Psiphon