This commit is contained in:
@@ -144,12 +144,7 @@ Coded by importance
|
|||||||
██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗
|
██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗
|
||||||
╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝
|
╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝
|
||||||
|
|
||||||
- 1 todo: add step in IIS to set idle timeout to zero or it will shut down AyaNova stopping background task processing
|
|
||||||
see comment thread here: https://makolyte.com/aspdotnet-how-to-use-a-backgroundservice-for-long-running-and-periodic-tasks/
|
|
||||||
1. Open IIS Manager
|
|
||||||
2. Click on Application Pools
|
|
||||||
3. Right-click the relevant app pool > click Advanced Settings
|
|
||||||
4. The setting is called Idle Time-out (minutes)
|
|
||||||
|
|
||||||
- 2 todo: ideally installer should have a commented out jwt secret that wont' take effect but has text like "EDITME AND UNCOMMENT" or whatever
|
- 2 todo: ideally installer should have a commented out jwt secret that wont' take effect but has text like "EDITME AND UNCOMMENT" or whatever
|
||||||
- 2 todo: subscribe to all sources of security vulnerabilities that could apply to users of AyaNOva 8 (and 7)
|
- 2 todo: subscribe to all sources of security vulnerabilities that could apply to users of AyaNOva 8 (and 7)
|
||||||
@@ -772,10 +767,9 @@ BUILD 8.0.0-beta.0.10 CHANGES OF NOTE
|
|||||||
|
|
||||||
- changed the delay at the server between checking for jobs from 20 seconds to 1 second
|
- changed the delay at the server between checking for jobs from 20 seconds to 1 second
|
||||||
this will result in consistently faster reporting times as
|
this will result in consistently faster reporting times as
|
||||||
previously if timing was bad the print job could be inserted the moment the 20 seconds had elapsed so there would be a 20 second
|
previously there could be up to a 20 second delay before rendering would start
|
||||||
delay before rendering would even start
|
|
||||||
- Updated IIS install docs to include section on application pool settings to prevent conflicting restart or shutdown of AyaNova
|
- Updated IIS install docs to include section on application pool settings to prevent conflicting restart or shutdown of AyaNova
|
||||||
|
- case 4070 see notes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user