Fix auto-update message handling

This commit is contained in:
Zoltán Papp
2025-10-13 18:06:29 +02:00
parent 5556ff36af
commit 582ff1ff8c
3 changed files with 35 additions and 10 deletions

View File

@@ -273,7 +273,10 @@ message PeerConfig {
message AutoUpdateSettings {
string version = 1;
// When false, only update if the connection started < 1 minute ago
/*
alwaysUpdate = true → Updates happen automatically in the background
alwaysUpdate = false → Updates only happen when triggered by a peer connection
*/
bool alwaysUpdate = 2;
}