refactor/tweaked the default limit to 5

This commit is contained in:
Hongwei 2023-12-06 23:56:45 +01:00
parent 6f0a8187e4
commit fabbf30412

View File

@ -43,7 +43,7 @@ class MetricsForm(forms.Form):
'class': FORM_CONTROL,
}
),
initial=1000,
initial=5,
required=False,
)
offset = forms.IntegerField(