Prevent database locking by not updating latest checkin in database and instead storing it only in memory
This commit is contained in:
@@ -18,7 +18,8 @@ proc register*(config: AgentConfig): string =
|
||||
"os": getOSVersion(),
|
||||
"process": getProcessExe(),
|
||||
"pid": getProcessId(),
|
||||
"elevated": isElevated()
|
||||
"elevated": isElevated(),
|
||||
"sleep": config.sleep
|
||||
}
|
||||
echo $body
|
||||
|
||||
|
||||
Reference in New Issue
Block a user