1
0
Fork 0
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:
Andrew Simachev 2021-09-29 09:23:48 +03:00
parent 43303a5d9f
commit 1ae2d08992

View file

@ -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';