Skip to content

Commit

Permalink
Be nicer to the package server
Browse files Browse the repository at this point in the history
  • Loading branch information
klaftertief committed Nov 27, 2023
1 parent ec7ff03 commit ea600b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/Setup.elm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fetchDocs elmVersion metadata =
decoder =
Package.decode elmVersion metadata
in
Process.sleep 100
Process.sleep 1000
|> Task.andThen
(\_ ->
Http.get url decoder
Expand Down

0 comments on commit ea600b0

Please sign in to comment.