Increase polling interval to 300ms

This commit is contained in:
Lucien Greathouse
2018-08-17 11:24:05 -07:00
parent bd7ab593d5
commit c5abc87dbd

View File

@@ -1,5 +1,5 @@
return {
pollingRate = 0.2,
pollingRate = 0.3,
version = {0, 4, 12},
expectedServerVersionString = "0.4.x",
protocolVersion = 1,