Skip to content

Commit

Permalink
Resolve server list host only once an hour
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Oct 17, 2023
1 parent a3f0caa commit 1e7b793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypersomnia/default_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ treat_as_music_sounds_longer_than_secs = 5,
},

send_heartbeat_to_server_list_once_every_secs = 10,
resolve_server_list_address_once_every_secs = 60,
resolve_server_list_address_once_every_secs = 3600,
sleep_mult = 0.1,
log_performance_once_every_secs = 0,

Expand Down

0 comments on commit 1e7b793

Please sign in to comment.