GODT-1864: cache migration failure was not notified because of unnecessary reboot.

This commit is contained in:
Xavier Michelon
2022-09-20 16:25:36 +02:00
parent 0630edc626
commit 40fb9de15e
11 changed files with 816 additions and 584 deletions

View File

@ -362,7 +362,9 @@ message CacheErrorEvent {
message CacheLocationChangeSuccessEvent {};
message ChangeLocalCacheFinishedEvent {};
message ChangeLocalCacheFinishedEvent {
bool willRestart = 1;
};
message IsCacheOnDiskEnabledChanged {