Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8298057

(fs) Remove PollingWatchService.POLLING_INIT_DELAY

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • None
    • core-libs
    • b27

      POLLING_INIT_DELAY was added by JDK-8285956 as part of reduce the default polling interval. It should be removed and poller task restored so that it is schedule with:

      scheduleAtFixedRate(thunk, period, period, TimeUnit.SECONDS);

            alanb Alan Bateman
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: