Browse Source

bigger init timeout

Gildas 7 năm trước cách đây
mục cha
commit
a4df3a3deb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      extension/core/bg/bg.js

+ 1 - 1
extension/core/bg/bg.js

@@ -22,7 +22,7 @@
 
 singlefile.core = (() => {
 
-	const TIMEOUT_PROCESS_START_MESSAGE = 3000;
+	const TIMEOUT_PROCESS_START_MESSAGE = 10000;
 
 	const frameScriptFiles = [
 		"/lib/browser-polyfill/custom-browser-polyfill.js",