mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-10 17:55:43 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ac0e288cd8 |
@@ -29,7 +29,8 @@ const child = spawn(executable, [], {
|
|||||||
detached: process.platform !== 'win32',
|
detached: process.platform !== 'win32',
|
||||||
env: {
|
env: {
|
||||||
...process.env,
|
...process.env,
|
||||||
FIRELINK_SMOKE_TEST: '1',
|
FIRELINK_SMOKE_TEST: '1',
|
||||||
|
FIRELINK_DISABLE_ARIA2_WEBSOCKET: '1',
|
||||||
WEBKIT_DISABLE_COMPOSITING_MODE: '1',
|
WEBKIT_DISABLE_COMPOSITING_MODE: '1',
|
||||||
GDK_BACKEND: 'x11',
|
GDK_BACKEND: 'x11',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -18854,6 +18854,9 @@ pub fn run() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if std::env::var_os("FIRELINK_DISABLE_ARIA2_WEBSOCKET").is_some() {
|
||||||
|
return;
|
||||||
|
}
|
||||||
let mut ws_retries = 0;
|
let mut ws_retries = 0;
|
||||||
loop {
|
loop {
|
||||||
if ws_retries == 10 {
|
if ws_retries == 10 {
|
||||||
|
|||||||
Reference in New Issue
Block a user