Forgot about scaling desired delay between consecutive snapshots...
This commit is contained in:
@@ -26,7 +26,7 @@ beef.execute(function() {
|
||||
takeit = function() {
|
||||
for(var i = 0; i < takes; i++) {
|
||||
beef.debug('Taking ' + i + '. snapshot');
|
||||
setTimeout(snap, delay);
|
||||
setTimeout(snap, delay * i);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user