mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 05:18:15 +00:00
refac: time limit to 60sec
This commit is contained in:
parent
a4630a9825
commit
548160c739
@ -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 New Issue
Block a user