{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
{% translate "Scan & Result Limits" %} {% translate "Back" %}

{% translate "These bound how much work a single page load or scan may do. The defaults are sized so a large-alliance install stays inside typical web-server timeouts and EVE's shared ESI error budget - raise them deliberately, and lower them again if pages start timing out." %}

{% csrf_token %}
{{ form.member_scan_esi_budget }}
{{ form.member_scan_esi_budget.help_text }}
{{ form.audit_ships_per_post }}
{{ form.audit_ships_per_post.help_text }}
{{ form.abyssal_lookups_per_ship }}
{{ form.abyssal_lookups_per_ship.help_text }}
{{ form.results_per_page }}
{{ form.results_per_page.help_text }}
{% endblock %}