• 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
vmod_file.c 9.21 KB