Skip to content

Commit

Permalink
Changed media service timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Jun 30, 2021
1 parent f94c9d9 commit 0bcc3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public void handleChangedLocally(AnnotationsChangedEvent evt) {

public void handleSelectedLocally(AnnotationsSelectedEvent evt) {
List<Localization> xs = annotationsToLocalizations(evt.get());
// xs.forEach(x -> System.out.println("SENDING LOCALIZATION: " + gson.toJson(x)));
io.getSelectionController()
.select(xs, true);
}
Expand Down
2 changes: 1 addition & 1 deletion org.mbari.vars.ui/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ localization {
media.service {
url = "http://localhost:8084/vam/v1"
url = ${?MEDIA_SERVICE_URL}
timeout = "5 seconds"
timeout = "10 seconds"
timeout = ${?MEDIA_SERVICE_TIMEOUT}
client.secret = "foo"
client.secret = ${?MEDIA_SERVICE_CLIENT_SECRET}
Expand Down

0 comments on commit 0bcc3e4

Please sign in to comment.