Reduced rate limit from 250 to 100

This commit is contained in:
snipe 2017-11-04 00:20:00 -07:00
parent d68d95a915
commit d59dd0f636

View file

@ -196,7 +196,7 @@ $(document).ready(function () {
ajax: {
url: baseUrl + '/api/v1/' + endpoint + '/selectlist',
dataType: 'json',
delay: 250,
delay: 100,
headers: {
"X-Requested-With": 'XMLHttpRequest',
"X-CSRF-TOKEN": $('meta[name="csrf-token"]').attr('content')