-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addressing unexpected place startups (#598)
- Loading branch information
Showing
4 changed files
with
142 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
PLACE_NAME = DirectoryPlace | ||
SERVICE_NAME = DIRECTORY | ||
SERVICE_TYPE = STUDY | ||
SERVICE_DESCRIPTION = "This place will provide location information to agents" | ||
SERVICE_COST = 50 | ||
SERVICE_QUALITY = 50 | ||
SERVICE_PROXY = "EMISSARY_DIRECTORY_SERVICES" |
10 changes: 10 additions & 0 deletions
10
src/test/resources/emissary/admin/emissary/directory/StartupTest.cfg
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
PLACE_NAME = DirectoryPlace | ||
SERVICE_NAME = DIRECTORY | ||
SERVICE_TYPE = STUDY | ||
SERVICE_DESCRIPTION = "This place will provide location information to agents" | ||
SERVICE_COST = 50 | ||
SERVICE_QUALITY = 50 | ||
SERVICE_PROXY = "EMISSARY_DIRECTORY_SERVICES" | ||
# This is too fast for normal operations, just for the test! | ||
HEARTBEAT_DELAY_SECONDS = 2 | ||
HEARTBEAT_INTERVAL_SECONDS = 5 |