This version of Unity is unsupported.
Method group is Obsolete

GlobalConfig.MinTimerTimeout

Obsolete The UNET transport will be removed in the future as soon a replacement is ready. public uint MinTimerTimeout;

Description

Defines the minimum timeout in milliseconds recognised by the system. The default value is 1 ms.

This timeout will do nothing if it is smaller than Networking.GlobalConfig.ThreadAwakeTimeout, since Unity Multiplayer threads check against timeouts at least this often.