This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -48,7 +48,7 @@
|
||||
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
|
||||
"AYANOVA_USE_URLS": "http://*:7575;",
|
||||
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
|
||||
"AYANOVA_SERVER_TEST_MODE": "false",
|
||||
"AYANOVA_SERVER_TEST_MODE": "true",
|
||||
//"AYANOVA_REPORT_RENDERING_TIMEOUT":"60",
|
||||
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",
|
||||
"AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin\\"
|
||||
|
||||
@@ -222,7 +222,7 @@ In the application pool dialog "(General)" section set the .NET CLR version to "
|
||||
|
||||
In the application pool dialog "Process Model" section the Idle timeout setting must be set to zero to prevent IIS from shutting down AyaNova when usage is low which would prevent AyaNova from processing background tasks like the daily backup or generating Workorders from PM's etc.
|
||||
|
||||
The default is 20 minutes but we need it to be set to zero to completely turn off idle timeouts:
|
||||
The default is 20 minutes but we need it to be set to `0` to completely turn off idle timeouts:
|
||||

|
||||
|
||||
##### Adjust recycle
|
||||
@@ -235,7 +235,7 @@ For the purposes of this document we'll assume the AyaNova server is not in peak
|
||||
|
||||
There are two settings to configure in the "Recycling" section of the Application Pool settings.
|
||||
|
||||
First we need to turn off the 1740 minute recycle by setting it to zero:
|
||||
First we need to turn off the "Regular time interval" 1740 minute recycle by setting it to `0`:
|
||||

|
||||
|
||||
Next we need to add a "Specific Time", the entry box is in 24 hour time format so we will enter `03:00:00` for 3am (again set accordingly for your site needs):
|
||||
|
||||
Reference in New Issue
Block a user