Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
In Server, Server #PURGE_INTERVAL_NANOS is a fixed value, 15.
We can try to improve the configurable value of Server #PURGE_INTERVAL_NANOS, which will make RPC more flexible.
private final static long PURGE_INTERVAL_NANOS = TimeUnit.NANOSECONDS.convert(
15, TimeUnit.MINUTES);
Attachments
Issue Links
- links to