]> git.sesse.net Git - remoteglot/blobdiff - config.pm
Allow polling more often.
[remoteglot] / config.pm
index 1bd40e57ce7db8d2ad3f23c31c8c28f6f17c11f1..073ab92f6192f2ff10b2961ec1673e83634a0a82 100644 (file)
--- 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;