mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
remove http2
This commit is contained in:
parent
b1a1935c5a
commit
47bc17822e
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ const WindowManager = require('./electron/js/window.js');
|
|||
const Server = require('./electron/js/server.js');
|
||||
const Util = require('./electron/js/util.js');
|
||||
|
||||
app.commandLine.appendSwitch("ignore-connections-limit", "localhost, 127.0.0.1");
|
||||
app.removeAsDefaultProtocolClient(protocol);
|
||||
|
||||
if (process.defaultApp) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue