Increase garbage collection interval

This commit is contained in:
Jakob A. Dam 2015-05-06 13:40:04 +02:00
parent 9adb890c04
commit 5e97960499
2 changed files with 2 additions and 1 deletions

View file

@ -55,7 +55,7 @@ Partial Class RDSFactor
'cleanupEvent
'
Me.cleanupEvent.Enabled = True
Me.cleanupEvent.Interval = 60000.0R
Me.cleanupEvent.Interval = garbageCollectionInterval
'
'RDSFactor
'