-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed caching of the DNS resolution - the code will now rely on the… (
#124) * Removed caching of the DNS resolution - the code will now rely on the JVM's cache instead and rely on the networkaddress.cache.ttl security property; For the UDP sender, also added a refresh of the channel every 5 minutes - otherwise the same channel would keep sending to the same IP forever. Signed-off-by: Gaspard Petit <[email protected]> * Fixed the refresh from 30 seconds to 5 mins :) Signed-off-by: Gaspard Petit <[email protected]>
- Loading branch information
1 parent
30bf9b2
commit cb458f6
Showing
2 changed files
with
25 additions
and
7 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