You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TRADE_LOCK_TIME=5000# Time in ms that the DataStorage may be considered safe to edit
TRADE_LOCK_WAIT_LIMIT=540000# Time in ms that the client may spend trying to get a lock (540000 = 9 minutes)
TRADE_LOCK_WAIT_LIMIT=540000/1.4# Time in ms that the client may spend trying to get a lock (540000 = 9 minutes, 1.4 is 'faster' game speed's time scale)