From 9235726a59aea93fa100417c8d952ee48c0b0328 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 26 May 2018 16:18:23 -0700 Subject: [PATCH] remove sleep while restoring mastodon test data (#338) --- bin/restore-mastodon-data.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/restore-mastodon-data.js b/bin/restore-mastodon-data.js index ce22e786..222119b6 100644 --- a/bin/restore-mastodon-data.js +++ b/bin/restore-mastodon-data.js @@ -46,7 +46,6 @@ export async function restoreMastodonData () { let internalIdsToIds = {} for (let action of actions) { console.log(JSON.stringify(action)) - await new Promise(resolve => setTimeout(resolve, 200)) // sleep because otherwise order may not be preserved let accessToken = users[action.user].accessToken if (action.post) {