7f9aa98a60
- Aggiunta recupero stats memoria - fix versioning sbagliato con sha da dotnet8 sdk - fix gestione NLog file conf - aggiunta vari dispose x limitare memory leaks
20 lines
506 B
JSON
20 lines
506 B
JSON
{
|
|
"Redis": "localhost, DefaultDatabase=10, connectTimeout=5000, syncTimeout=5000, asyncTimeout=5000, abortConnect=false, ssl=false, allowAdmin=true",
|
|
"IobAdapt": {
|
|
"ConfDir": "CONF",
|
|
"ConfFile": "IOB-MAN-CONFIG.json"
|
|
},
|
|
"TaskData": {
|
|
"TimerFastMSec": 1000,
|
|
"TimerCheckMSec": 30000,
|
|
"TimerMemSec": 60,
|
|
"MaxMemoryGC": 128.0,
|
|
"AutoRebootMinutes": 1440,
|
|
"AutoRebootSched": "00:30:00"
|
|
},
|
|
"OptKVP": {
|
|
"BaseArgs": "MODE=MAN IOB=",
|
|
"DelayTimerRestart": 15
|
|
}
|
|
}
|