From bd05c4f7777d3312008619ebfe21669cc4260428 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 4 Jan 2022 21:29:52 +0000 Subject: [PATCH] --- .vscode/launch.json | 2 +- docs/8.0/ayanova/docs/ops-install-windows-iis.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index c0f0d08d..cd448218 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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\\" diff --git a/docs/8.0/ayanova/docs/ops-install-windows-iis.md b/docs/8.0/ayanova/docs/ops-install-windows-iis.md index ae0213ab..75d37c35 100644 --- a/docs/8.0/ayanova/docs/ops-install-windows-iis.md +++ b/docs/8.0/ayanova/docs/ops-install-windows-iis.md @@ -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: ![idle timeout](img/ops-install-windows-server-iis-app-pool-idle-timeout.png) ##### 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`: ![recycle minutes](img/ops-install-windows-server-iis-app-pool-recycling-minutes.png) 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):