mirror of
https://github.com/ankitects/anki.git
synced 2026-01-20 09:49:00 -05:00
Shift the default network timeout back to 60 seconds
There have been a number of reports from people that were having trouble with 30 seconds
This commit is contained in:
parent
b2345e9fe4
commit
e2e4cfaabd
1 changed files with 1 additions and 1 deletions
|
|
@ -703,4 +703,4 @@ create table if not exists profiles
|
||||||
self.profile["networkTimeout"] = timeout_secs
|
self.profile["networkTimeout"] = timeout_secs
|
||||||
|
|
||||||
def network_timeout(self) -> int:
|
def network_timeout(self) -> int:
|
||||||
return self.profile.get("networkTimeout") or 30
|
return self.profile.get("networkTimeout") or 60
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue