Skip to content

Commit

Permalink
added doodlebot image capture
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Lei authored and Brandon Lei committed Dec 16, 2024
1 parent 69a2bff commit 7cb8371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/src/doodlebot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ export default class DoodlebotBlocks extends extension(details, "ui", "indicator
}

// Capture a snapshot every 500ms
const interval = 500; // 500ms between snapshots
const interval = 100; // 500ms between snapshots
const iterations = (seconds * 1000) / interval;

for (let i = 0; i < iterations; i++) {
Expand Down

0 comments on commit 7cb8371

Please sign in to comment.