forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make keepalives opt-in, instead of on by default. Turn them on in dev…
… mode.
- Loading branch information
Nick Martin
committed
Nov 30, 2011
1 parent
0cbc965
commit f57b6e1
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,8 @@ var run = function (bundle_dir) { | |
|
||
}).run(); | ||
|
||
init_keepalive(); | ||
if (argv.keepalive) | ||
init_keepalive(); | ||
}; | ||
|
||
run(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters