492
493
494
495
496
497
498
499
500
501
502
503
504
505
|
@
@ <p>The settings on this page are intended to help site administrators
@ defend the site against robots.
@
@ <form action="%R/setup_robot" method="post"><div>
login_insert_csrf_secret();
@ <input type="submit" name="submit" value="Apply Changes"></p>
@ <hr>
addAutoHyperlinkSettings();
@ <hr>
entry_attribute("Server Load Average Limit", 11, "max-loadavg", "mxldavg",
"0.0", 0);
@ <p>Some expensive operations (such as computing tarballs, zip archives,
|
>
>
>
>
>
>
>
>
>
>
>
>
|
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
|
@
@ <p>The settings on this page are intended to help site administrators
@ defend the site against robots.
@
@ <form action="%R/setup_robot" method="post"><div>
login_insert_csrf_secret();
@ <input type="submit" name="submit" value="Apply Changes"></p>
@ <hr>
entry_attribute("Robot Squelch", 6, "robot-squelch", "rsq", "200", 0);
@ <p>The "squelch" setting determines how aggressive Fossil is about
@ trying to weed out robots using captchas. Squelch only applies to
@ expensive requests from user "nobody". The higher the squelch setting,
@ the more likely the request is to generate a captcha instead of the
@ requested page. Squelch can be any integer between 0 and 1000.
@ 0 means squelch is disabled and all requests go through without a
@ captcha. 1000 means every expensive request from user "nobody" gets
@ a captcha.
@ (Property: "robot-squelch")</p>
@ <hr>
addAutoHyperlinkSettings();
@ <hr>
entry_attribute("Server Load Average Limit", 11, "max-loadavg", "mxldavg",
"0.0", 0);
@ <p>Some expensive operations (such as computing tarballs, zip archives,
|