mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
change default retries to 3
This commit is contained in:
parent
cb3847d1c4
commit
ddf3a9b17d
@ -26,7 +26,7 @@ local modems = {}
|
|||||||
cfg.debug = false
|
cfg.debug = false
|
||||||
cfg.port = 4096
|
cfg.port = 4096
|
||||||
cfg.retry = 10
|
cfg.retry = 10
|
||||||
cfg.retrycount = 64
|
cfg.retrycount = 3
|
||||||
cfg.route = true
|
cfg.route = true
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
Loading…
Reference in New Issue
Block a user