mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
increased the token cache size to speed up the server list refresh
This commit is contained in:
parent
a47f9faaf0
commit
6fbe52ff3c
|
@ -84,7 +84,7 @@ enum
|
||||||
// token
|
// token
|
||||||
NET_SEEDTIME = 10,
|
NET_SEEDTIME = 10,
|
||||||
|
|
||||||
NET_TOKENCACHE_SIZE = 16,
|
NET_TOKENCACHE_SIZE = 64,
|
||||||
NET_TOKENCACHE_ADDRESSEXPIRY = NET_SEEDTIME/2,
|
NET_TOKENCACHE_ADDRESSEXPIRY = NET_SEEDTIME/2,
|
||||||
NET_TOKENCACHE_PACKETEXPIRY = NET_TOKENCACHE_ADDRESSEXPIRY,
|
NET_TOKENCACHE_PACKETEXPIRY = NET_TOKENCACHE_ADDRESSEXPIRY,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue