mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-11 10:29:39 +00:00
Add delay between provider and server storage resizing calls
This commit is contained in:
parent
35a617065e
commit
34d635c2c5
|
@ -84,6 +84,8 @@ class ApiProviderVolumeCubit
|
|||
return false;
|
||||
}
|
||||
|
||||
await Future.delayed(const Duration(seconds: 10));
|
||||
|
||||
await ServerApi().resizeVolume(volume.name);
|
||||
refresh();
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue