issues
search
Terracotta-OSS
/
terracotta-platform
http://terracotta.org
Apache License 2.0
32
stars
48
forks
source link
[master] Core already has some default connection and operation timeouts for diagnostic port, so use them if we set null
#1127
Closed
mathieucarbou
closed
2 years ago
mathieucarbou
commented
2 years ago
Fixing inconsistencies regarding timeouts in API:
connection timeout can be null, so no need to null-check in the ctor
request timeout can actually be null because core provides a default one (2 sec) if not set
Fixing inconsistencies regarding timeouts in API: