Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
2b2f70c8
Commit
2b2f70c8
authored
Nov 12, 2010
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git-public.flux.utah.edu:/flux/git/emulab-devel
parents
048f4586
3d4223d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
db/idlemail.in
db/idlemail.in
+4
-4
No files found.
db/idlemail.in
View file @
2b2f70c8
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-20
07
University of Utah and the Flux Group.
# Copyright (c) 2000-20
10
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -165,7 +165,7 @@ EOT
$time
=
$r
{'
idle_time
'};
$lastact
=
$r
{'
lastact
'};
$staleness
=
$r
{'
staleness
'};
if
(
$staleness
>=
600
)
{
# 10 minute stale limit
if
(
!
defined
(
$staleness
)
||
$staleness
>=
600
)
{
# 10 minute stale limit
$stale
=
1
;
}
...
...
@@ -283,7 +283,7 @@ EOT
$time
=
$r
{'
idle_time
'};
$lastact
=
$r
{'
lastact
'};
$staleness
=
$r
{'
staleness
'};
if
(
$staleness
>=
600
)
{
# 10 minute stale limit
if
(
!
defined
(
$staleness
)
||
$staleness
>=
600
)
{
# 10 minute stale limit
$stale
=
1
;
}
SendMessage
(
$pid
,
$pid
,
$eid
,
1
,
0
,
$nodes
,
$time
,
$lastact
,
$stale
,
...
...
@@ -363,7 +363,7 @@ EOT
$time
=
$r
{'
idle_time
'};
$lastact
=
$r
{'
lastact
'};
$staleness
=
$r
{'
staleness
'};
if
(
$staleness
>=
600
)
{
# 10 minute stale limit
if
(
!
defined
(
$staleness
)
||
$staleness
>=
600
)
{
# 10 minute stale limit
$stale
=
1
;
}
...
...
Write
Preview
Markdown
is supported
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