Skip to content

Commit 8ccfa9a

Browse files
committed
graph: Fix logic of what to log in LoadManager
1 parent 6281e1e commit 8ccfa9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

graph/src/data/graphql/effort.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,12 @@ impl KillState {
178178
} else {
179179
Skip
180180
}
181-
} else {
181+
} else if overloaded {
182+
self.overload_start = Some(now);
183+
self.last_overload_log = now;
182184
Start
185+
} else {
186+
Skip
183187
}
184188
}
185189
}

0 commit comments

Comments
 (0)