mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-09 00:40:27 +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:
parent
ac8bfdfacc
commit
ba57e31c9a
@ -4,7 +4,7 @@ local tArg = {...}
|
|||||||
|
|
||||||
disknet.mainPath = "disk/DISKNET" -- path of shared file
|
disknet.mainPath = "disk/DISKNET" -- path of shared file
|
||||||
local limitChannelsToModem = false -- if true, can only use number channels from 1 to 65535
|
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 maximumBufferSize = 64 -- largest amount of messages per channel buffered
|
||||||
|
|
||||||
local isUsingTweaked = false
|
local isUsingTweaked = false
|
||||||
|
Loading…
Reference in New Issue
Block a user