-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make servicesInfo intervals be configgable
- Loading branch information
1 parent
588294c
commit 64f8470
Showing
4 changed files
with
15 additions
and
5 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
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
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
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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
#this is what the other servers will ping this server for | ||
|
||
closed: false # shuts down services/game and displays a closed message on the webpage. | ||
closed: false # shuts down services/game and displays a closed message on the webpage. | ||
|
||
# interval in seconds in which game/client servers report stats to the services server | ||
servicesInfoCollectInterval: 15 | ||
|
||
# interval in seconds in which the services server sends specific stats back to game/client servers | ||
servicesInfoSendInterval: 10 |