mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-26 19:28:16 +02:00
Increase garbage collection interval
This commit is contained in:
parent
9adb890c04
commit
5e97960499
2 changed files with 2 additions and 1 deletions
2
server/RDSFactor.Designer.vb
generated
2
server/RDSFactor.Designer.vb
generated
|
@ -55,7 +55,7 @@ Partial Class RDSFactor
|
||||||
'cleanupEvent
|
'cleanupEvent
|
||||||
'
|
'
|
||||||
Me.cleanupEvent.Enabled = True
|
Me.cleanupEvent.Enabled = True
|
||||||
Me.cleanupEvent.Interval = 60000.0R
|
Me.cleanupEvent.Interval = garbageCollectionInterval
|
||||||
'
|
'
|
||||||
'RDSFactor
|
'RDSFactor
|
||||||
'
|
'
|
||||||
|
|
|
@ -21,6 +21,7 @@ Public Class RDSFactor
|
||||||
|
|
||||||
Public Shared SessionTimeOut As Integer = 30 ' in minutes
|
Public Shared SessionTimeOut As Integer = 30 ' in minutes
|
||||||
Public Shared LaunchTimeOut As Integer = 30 ' in seconds
|
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 EnableSMS As Boolean = False
|
||||||
Public Shared EnableEmail As Boolean = False
|
Public Shared EnableEmail As Boolean = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue