Skip to content

Commit

Permalink
fix the low value
Browse files Browse the repository at this point in the history
  • Loading branch information
RadKesvat committed Dec 22, 2023
1 parent 1083681 commit 59b0fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.nim
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let full_tls_record_len*: uint = tls13_record_layer.len().uint + tls13_record_la
var trust_time*: uint = 3 #secs
var upload_cons*: uint = 8
var download_cons*: uint = 8
var connection_age*: uint = 30 # secs
var connection_age*: uint = 600 # secs
var connection_rewind*: uint = 4 # secs
# var pool_size*: uint = 24
# var pool_age*: uint = 15
Expand Down

0 comments on commit 59b0fba

Please sign in to comment.