Skip to content

Commit

Permalink
Spin waiting for startup more slowly
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Aug 1, 2016
1 parent adf5aba commit 9c95b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puma/dev/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func LaunchApp(pool *AppPool, name, dir string) (*App, error) {
break
}

time.Sleep(250 * time.Microsecond)
time.Sleep(250 * time.Millisecond)
}

return app, nil
Expand Down

0 comments on commit 9c95b8c

Please sign in to comment.