Skip to content

Commit

Permalink
Update default socketTimeout value to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-iov authored Jan 17, 2025
1 parent d99f23f commit 6e2c2f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum PowHSMConfigParameter {
PORT("port", ""),
INTERVAL_BETWEEN_ATTEMPTS("intervalBetweenAttempts", "1000"),
MAX_ATTEMPTS("maxAttempts", "2"),
SOCKET_TIMEOUT("socketTimeout", "20000"),
SOCKET_TIMEOUT("socketTimeout", "30000"),
// bookkeeping
DIFFICULTY_TARGET("bookkeeping.difficultyTarget", ""),
INFORMER_INTERVAL("bookkeeping.informerInterval", "360000"), // 6 minutes in milliseconds
Expand Down

0 comments on commit 6e2c2f9

Please sign in to comment.