mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
#1fep8zf: Updater logic fixes
This commit is contained in:
parent
43303a5d9f
commit
1ae2d08992
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const envPath = path.join(__dirname, 'electron', 'env.json');
|
|||
const systemVersion = process.getSystemVersion();
|
||||
const protocol = 'anytype';
|
||||
|
||||
const TIMEOUT_UPDATE = 30 * 1000; //600 * 1000;
|
||||
const TIMEOUT_UPDATE = 600 * 1000;
|
||||
const MIN_WIDTH = 752;
|
||||
const MIN_HEIGHT = 480;
|
||||
const KEYTAR_SERVICE = 'Anytype';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue