Spool account sync events to disk

This commit is contained in:
2026-06-08 05:59:55 -04:00
parent 8f80005cb1
commit cfbe1fda27
2 changed files with 131 additions and 4 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ struct Config {
bool notify_account_saves = true;
bool notify_player_saves = true;
bool notify_backup_saves = true;
bool enable_login_locks = false;
bool notify_bb_sessions = false;
bool enable_login_locks = false; // Reserved for future blocking lock behavior
std::string spool_directory = "system/account-sync-spool";
};
void configure(const Config& cfg);