RFR: 8285956: (fs) Excessive default poll interval in PollingWatchService [v3]
Tyler Steele
duke at openjdk.java.net
Mon May 2 21:24:14 UTC 2022
On Mon, 2 May 2022 21:03:50 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Tyler Steele has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Adds suggested changes to comment
>
> src/java.base/share/classes/sun/nio/fs/PollingWatchService.java line 313:
>
>> 311: this.events = events;
>> 312:
>> 313: // create the periodic task with initialDelay set to the default sensitivity
>
> I don't think "default sensitivity" is apt any more; perhaps "specified constant" instead?
> ```// create the periodic task with initialDelay set to the specified constant```
-------------
PR: https://git.openjdk.java.net/jdk/pull/8479
More information about the nio-dev
mailing list