change default retries to 3

This commit is contained in:
Izaya 2020-03-23 12:09:53 +11:00
parent cb3847d1c4
commit ddf3a9b17d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ local modems = {}
cfg.debug = false
cfg.port = 4096
cfg.retry = 10
cfg.retrycount = 64
cfg.retrycount = 3
cfg.route = true
--[[