Add GC V3 EXP dispatcher

This commit is contained in:
2026-05-21 01:50:06 -04:00
parent 07d04a761e
commit b9c9b877d2
18 changed files with 6199 additions and 10 deletions
+1
View File
@@ -124,6 +124,7 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
uint64_t client_idle_timeout_usecs = 60000000;
uint64_t patch_client_idle_timeout_usecs = 300000000;
uint64_t psopeeps_dcv2_exp_multiplier = 5;
uint64_t psopeeps_gc_exp_multiplier = 5;
bool is_debug = false;
bool ip_stack_debug = false;
bool allow_unregistered_users = false;