Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Sparing the API led to huge slowness
Browse files Browse the repository at this point in the history
Now that I've removed the sleep, everything is totally fast. 🚀
  • Loading branch information
karthik committed Mar 25, 2014
1 parent 642dc38 commit 86394a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/ee_observations.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ if(progress) pb <- txtProgressBar(min = 0, max = length(required_pages), style =
})
results[[i]] <- obs_df_cleaned
if(progress) setTxtProgressBar(pb, i)
if(i %% 25 == 0) Sys.sleep(2)
}

obs_data_all <- do.call(rbind, results)
Expand Down

0 comments on commit 86394a2

Please sign in to comment.