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
2
server/RDSFactor.Designer.vb
generated
2
server/RDSFactor.Designer.vb
generated
|
@ -55,7 +55,7 @@ Partial Class RDSFactor
|
|||
'cleanupEvent
|
||||
'
|
||||
Me.cleanupEvent.Enabled = True
|
||||
Me.cleanupEvent.Interval = 60000.0R
|
||||
Me.cleanupEvent.Interval = garbageCollectionInterval
|
||||
'
|
||||
'RDSFactor
|
||||
'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue