Skip to content

Commit

Permalink
fileManager timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Feb 14, 2024
1 parent 46459f2 commit c7cc747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/remix-ide/src/remixEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export class RemixEngine extends Engine {
if (name === 'circuit-compiler') return { queueTimeout: 60000 * 4 }
if (name === 'compilerloader') return { queueTimeout: 60000 * 4 }
if (name === 'filePanel') return { queueTimeout: 60000 * 20 }
if (name === 'fileManager') return { queueTimeout: 60000 * 20 }
if (name === 'openaigpt') return { queueTimeout: 60000 * 2 }
if (name === 'cookbookdev') return { queueTimeout: 60000 * 2 }
return { queueTimeout: 10000 }
Expand Down

0 comments on commit c7cc747

Please sign in to comment.