mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Tweak wifi detection timeout
This commit is contained in:
parent
49231209a1
commit
b2c61766bb
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class UpdateMissingMetadata {
|
|||
throw const InterruptedException();
|
||||
}
|
||||
// give a chance to reconnect with the WiFi network
|
||||
if (++count >= 12) {
|
||||
if (++count >= 6) {
|
||||
KiwiContainer().resolve<EventBus>().fire(
|
||||
const MetadataTaskStateChangedEvent(
|
||||
MetadataTaskState.waitingForWifi));
|
||||
|
|
Loading…
Reference in a new issue