Skip to content

Commit

Permalink
Add TODO(#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 7, 2021
1 parent ac173cc commit 87edb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function FilterSelector() {

const fps = 30;
const dt = 1.0 / fps;
// TODO: come up with a reasonable way to handle malicious durations
// TODO(#59): come up with a reasonable way to handle malicious durations
const duration = Math.min(run_expr(program.duration, context), 60);
const frameCount = 100;

Expand Down

0 comments on commit 87edb3c

Please sign in to comment.