We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc428b commit 5749978Copy full SHA for 5749978
1 file changed
src/controller/controller_variables.cpp
@@ -89,7 +89,8 @@ namespace Controller{
89
}
90
// Write variables from the server config to shm if any data has changed
91
if (mutateShm) { writeToShm(); }
92
- return nextCheck;
+ if (nextCheck < now){nextCheck = now;}
93
+ return nextCheck - now;
94
95
96
void variableDeinit() {
0 commit comments