Reduced rate limit from 250 to 100
This commit is contained in:
parent
d68d95a915
commit
d59dd0f636
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ $(document).ready(function () {
|
||||||
ajax: {
|
ajax: {
|
||||||
url: baseUrl + '/api/v1/' + endpoint + '/selectlist',
|
url: baseUrl + '/api/v1/' + endpoint + '/selectlist',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
delay: 250,
|
delay: 100,
|
||||||
headers: {
|
headers: {
|
||||||
"X-Requested-With": 'XMLHttpRequest',
|
"X-Requested-With": 'XMLHttpRequest',
|
||||||
"X-CSRF-TOKEN": $('meta[name="csrf-token"]').attr('content')
|
"X-CSRF-TOKEN": $('meta[name="csrf-token"]').attr('content')
|
||||||
|
|
Loading…
Add table
Reference in a new issue