We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9027ac8 commit d8d9045Copy full SHA for d8d9045
_deploy/zendesk.mjs
@@ -10,7 +10,7 @@ if (ZENDESK_USER && ZENDESK_PASS) {
10
zendeskApiLimit = 400;
11
} else {
12
console.log('Zendesk credentials not found.');
13
- zendeskApiLimit = 200;
+ zendeskApiLimit = 100;
14
}
15
console.log(`API requests per minute: ${zendeskApiLimit}\n`);
16
0 commit comments