mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac: time limit to 60sec
This commit is contained in:
parent
a4630a9825
commit
548160c739
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ __builtins__.input = input`);
|
|||
stderr = 'Execution Time Limit Exceeded';
|
||||
pyodideWorker.terminate();
|
||||
}
|
||||
}, 10000);
|
||||
}, 60000);
|
||||
|
||||
pyodideWorker.onmessage = (event) => {
|
||||
console.log('pyodideWorker.onmessage', event);
|
||||
|
|
|
|||
Loading…
Reference in a new issue