X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=config.pm;fp=config.pm;h=073ab92f6192f2ff10b2961ec1673e83634a0a82;hp=1bd40e57ce7db8d2ad3f23c31c8c28f6f17c11f1;hb=04d3e4d93513d9a060b82eff5e45d68294afa932;hpb=3ca44b02eb1e3ffc751ad046ffa832d5ffe95591 diff --git a/config.pm b/config.pm index 1bd40e5..073ab92 100644 --- a/config.pm +++ b/config.pm @@ -77,6 +77,9 @@ our $dbipass = undef; # For manual moves made from the web interface. our $adminpass = undef; +# How often to poll the target, in seconds. +our $poll_frequency = 1.0; + eval { my $config_filename = $ENV{'REMOTEGLOT_CONFIG'} // 'config.local.pm'; require $config_filename;