mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-25 05:12:25 +00:00
Adjust default rule values
This commit is contained in:
parent
3a8f206841
commit
37915f5b7e
@ -705,11 +705,11 @@ RULE_INT(Console, SessionTimeOut, 600000) // Amount of time in ms for the consol
|
||||
RULE_CATEGORY_END()
|
||||
|
||||
RULE_CATEGORY(Network)
|
||||
RULE_INT(Network, ResendDelayBaseMS, 50)
|
||||
RULE_INT(Network, ResendDelayBaseMS, 100)
|
||||
RULE_REAL(Network, ResendDelayFactor, 1.5)
|
||||
RULE_INT(Network, ResendDelayMinMS, 250)
|
||||
RULE_INT(Network, ResendDelayMinMS, 100)
|
||||
RULE_INT(Network, ResendDelayMaxMS, 5000)
|
||||
RULE_INT(Network, ResendsPerCycle, 10)
|
||||
RULE_INT(Network, ResendsPerCycle, 1000)
|
||||
RULE_CATEGORY_END()
|
||||
|
||||
RULE_CATEGORY(QueryServ)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user