性能优化: 降低Bridge轮询频率以减小IPC开销

This commit is contained in:
fengge 2026-06-01 18:08:48 +08:00
parent a982e54eeb
commit 450e04db89
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
' setInterval(function() {',
' var code = prompt("bridge:_poll", "");',
' if (code) { try { eval(code); } catch(e) {} }',
' }, 500);',
' }, 1500);',
'})();'
].join('\n');