Content-Length: 262227 | pFad | http://github.com/alunix/algorithm-visualizer/commit/9555c52c532301f4e81ba26b486d1a6472ef4127

C9 Remove time limit temporarily · alunix/algorithm-visualizer@9555c52 · GitHub
Skip to content

Commit 9555c52

Browse files
committed
Remove time limit temporarily
1 parent b9cf2c0 commit 9555c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/controllers/tracers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ const trace = lang => (req, res, next) => {
2020
const containerName = uuid.v4();
2121
let killed = false;
2222
const timer = setTimeout(() => {
23-
execute(`docker kill ${containerName}`).then(() => {
23+
/* execute(`docker kill ${containerName}`).then(() => {
2424
killed = true;
25-
});
25+
});*/
2626
}, timeLimit);
2727
return execute([
2828
'docker run --rm',

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/alunix/algorithm-visualizer/commit/9555c52c532301f4e81ba26b486d1a6472ef4127

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy