1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-10-31 07:22:59 +00:00

Set default check delay to 0.2 from 0.05

This should make sure that hard drives are slightly less seared
This commit is contained in:
LDDestroier
2020-11-28 00:52:55 -05:00
committed by GitHub
parent ac8bfdfacc
commit ba57e31c9a

View File

@@ -4,7 +4,7 @@ local tArg = {...}
disknet.mainPath = "disk/DISKNET" -- path of shared file
local limitChannelsToModem = false -- if true, can only use number channels from 1 to 65535
local checkDelay = 0.05 -- amount of time (seconds) between checking the file -- if 0, checks super fast so don't do that
local checkDelay = 0.2 -- amount of time (seconds) between checking the file -- if 0, checks super fast so don't do that
local maximumBufferSize = 64 -- largest amount of messages per channel buffered
local isUsingTweaked = false