mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-26 03:08:15 +02:00
Increase garbage collection interval
This commit is contained in:
parent
9adb890c04
commit
5e97960499
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ Public Class RDSFactor
|
|||
|
||||
Public Shared SessionTimeOut As Integer = 30 ' in minutes
|
||||
Public Shared LaunchTimeOut As Integer = 30 ' in seconds
|
||||
Public Shared garbageCollectionInterval As Integer = 60 * 60 * 1000 ' in millis
|
||||
Public Shared EnableSMS As Boolean = False
|
||||
Public Shared EnableEmail As Boolean = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue