Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
5e791679
Commit
5e791679
authored
Aug 15, 2013
by
Leigh B Stoller
Browse files
Change threshold to 3 instead of 4.
parent
5b15bc8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/updates/4/363
View file @
5e791679
...
...
@@ -15,7 +15,7 @@ sub DoUpdate($$$)
if (!TBSiteVarExists("protogeni/idlecheck_norenew"));
DBQueryFatal("INSERT INTO sitevariables VALUES ".
" ('protogeni/idlecheck_threshold',NULL,'
4
', ".
" ('protogeni/idlecheck_threshold',NULL,'
3
', ".
" 'Number of hours after which a slice is ".
"considered idle.',0)")
if (!TBSiteVarExists("protogeni/idlecheck_threshold"));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment