crash fixes

This commit is contained in:
John Smith
2022-05-28 11:44:09 -04:00
parent b6e568f664
commit 3c5274cddd
3 changed files with 24 additions and 2 deletions

View File

@@ -91,11 +91,11 @@ core:
set_value_fanout: 5
min_peer_count: 1 # 20
min_peer_refresh_time_ms: 2000
validate_dial_info_receipt_time_ms: 5000
validate_dial_info_receipt_time_ms: 1000
upnp: false
natpmp: false
enable_local_peer_scope: false
restricted_nat_retries: 3
restricted_nat_retries: 5
tls:
certificate_path: '%CERTIFICATE_DIRECTORY%/server.crt'
private_key_path: '%PRIVATE_KEY_DIRECTORY%/server.key'