mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 18:36:51 +00:00
refactor/tweaked the default limit to 5
This commit is contained in:
parent
6f0a8187e4
commit
fabbf30412
@ -43,7 +43,7 @@ class MetricsForm(forms.Form):
|
||||
'class': FORM_CONTROL,
|
||||
}
|
||||
),
|
||||
initial=1000,
|
||||
initial=5,
|
||||
required=False,
|
||||
)
|
||||
offset = forms.IntegerField(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user