You are here

constant VARNISH_DEFAULT_TIMETOUT in Varnish 6

3 uses of VARNISH_DEFAULT_TIMETOUT
VarnishTestCase::setUp in ./varnish.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
varnish_admin_settings_form in ./varnish.admin.inc
Menu callback for varnish admin settings.
_varnish_terminal_run in ./varnish.module
Helper function that sends commands to Varnish

File

./varnish.module, line 6
varnish.module Provide drupal hooks for integration with the Varnish control layer.

Code

define('VARNISH_DEFAULT_TIMETOUT', 100);