diff options
Diffstat (limited to 'Drop Serve')
| -rw-r--r-- | Drop Serve/DropZone.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Drop Serve/DropZone.m b/Drop Serve/DropZone.m index df3667c..e97804d 100644 --- a/Drop Serve/DropZone.m +++ b/Drop Serve/DropZone.m @@ -78,7 +78,7 @@ [_status_view setHidden:NO]; // Sleep to give the server time to start up before opening the page. - [NSThread sleepForTimeInterval:1]; + [NSThread sleepForTimeInterval:0.5]; [Server openInBrowser]; } |
