Skip to content

Commit

Permalink
extend compatibility relays
Browse files Browse the repository at this point in the history
  • Loading branch information
esterlus committed Jul 16, 2024
1 parent c112e73 commit 4fa238b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CI will create a new container image on a tagged version on main.
- run `yarn changeset version` to create the current changelog
- run `yarn build` to update version info
- commit everything, create a matching tag and push to main
- update container tag `stable` in container registry as needed

## Run with Docker

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Version from './version';
// WebSocket heartbeats
const HeartBeatInterval = 30e3; // 30 sec
// Hoprd nodes version to be considered as valid relays
const RelayNodesCompatVersions = ['2.1'];
const RelayNodesCompatVersions = ['2.1', '2.2'];
// Removing segments from incomplete requests after this grace period
const RequestPurgeTimeout = 60e3; // 60 sec
// base interval for checking relays
Expand Down

0 comments on commit 4fa238b

Please sign in to comment.