Skip to content

Commit

Permalink
Merge pull request #380 from rsksmart/socket-tmieout-update
Browse files Browse the repository at this point in the history
Update default socketTimeout value to 30 seconds
  • Loading branch information
marcos-iov authored Jan 17, 2025
2 parents d99f23f + 6e2c2f9 commit 3575588
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 3575588

Please sign in to comment.