1. 21 Sep, 2019 1 commit
    • Geoff Simmons's avatar
      Allow ttl=0s, so that no update checks are performed. · 38ba508e
      Geoff Simmons authored
      This falls out automatically from the use of POSIX timers, by
      setting the interval to 0.
      
      Whether or not the client nevertheless sees changes in the file
      is platform-dependent, since mmap(2) leaves this unspecified for
      MAP_PRIVATE. On Linux, changes are seen, and the mapping is
      retained after the file is deleted (until munmap).
      38ba508e
  2. 20 Sep, 2019 15 commits