".github/vscode:/vscode.git/clone" did not exist on "5496b4a7cd9f04fb28ab5c6d903f1b59a9c0842c"
Align server.lastsave and server.rdb_save_time_last by removing multiple calls...
Align server.lastsave and server.rdb_save_time_last by removing multiple calls to time(NULL) (#12823) This makes sure the various times (server.lastsave and server.rdb_save_time_last) are aligned by using the result of the same time call.
Please register or sign in to comment