diff --git a/bin/restore-mastodon-data.js b/bin/restore-mastodon-data.js index f38c39b0..c59e60e2 100644 --- a/bin/restore-mastodon-data.js +++ b/bin/restore-mastodon-data.js @@ -45,7 +45,7 @@ export async function restoreMastodonData () { let internalIdsToIds = {} for (let action of actions) { console.log(JSON.stringify(action)) - await new Promise(resolve => setTimeout(resolve, 100)) // sleep because otherwise order may not be preserved + await new Promise(resolve => setTimeout(resolve, 200)) // sleep because otherwise order may not be preserved let accessToken = users[action.user].accessToken if (action.post) {