Changeset 4508

Show
Ignore:
Timestamp:
01/28/10 12:21:25 (6 months ago)
Author:
phk
Message:

Allow backend timeouts to be zero.

Fixes #635

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/bin/varnishd/cache_backend.c

    r4494 r4508  
    9999                if (dst == 0.0)                 \ 
    100100                        dst = params->tmx;      \ 
    101                 assert(dst > 0.0);              \ 
    102101        } while (0) 
    103102