Skip to content

Commit

Permalink
Increase garbage collection interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob A. Dam committed May 6, 2015
1 parent 9adb890 commit 5e97960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/RDSFactor.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions server/RDSFactor.vb
Expand Up @@ -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

Expand Down

0 comments on commit 5e97960

Please sign in to comment.