You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: queueit.admin.inc
+4-4
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ function queueit_settings_form($form, &$form_state) {
13
13
14
14
/* Main configuration */
15
15
$form['config'] = [
16
-
'#title' => 'Queue-it Configuration',
16
+
'#title' => 'Queue-it configuration',
17
17
'#type' => 'fieldset',
18
18
];
19
19
// Implementation type.
@@ -22,7 +22,7 @@ function queueit_settings_form($form, &$form_state) {
22
22
// * Code - Specify the configuration in code without using the Trigger/Action paradigm.
23
23
$form['config']['queueit_mode'] = [
24
24
'#type' => 'radios',
25
-
'#title' => t('Queue-it mode.'),
25
+
'#title' => t('Queue-it mode'),
26
26
'#options' => [
27
27
'integration' => 'Integration config',
28
28
'js' => 'JavaScript',
@@ -40,7 +40,7 @@ function queueit_settings_form($form, &$form_state) {
40
40
/* Integration mode */
41
41
$form['integration_config'] = [
42
42
'#title' => t('Integration settings'),
43
-
'#description' => t('Integration configuration uses integration config which is hosted on Queue-it configuration store. The configuration consist information necessary for page protection such as Triggers and Actions and which queues to use.'),
43
+
'#description' => t("Settings related to <i>Integration config</i> mode as defined in Queue-it configuration store and controlled via the Queue-it Go platform. The configuration file consists of Triggers and Actions to determine which pages to protect and which queues to use."),
. t("<br>Use <i>Refresh</i> button to re-pull the integration config from Queue-it (it refreshes the cached version). Note: it won't work if used more often than 5 seconds to avoid IP ban."),
64
+
. t("<br>Use <i>Refresh</i> button to fetch the latest integration config from Queue-it Go platform. The config is cached with a TTL of 5 mins, after which the new config is loaded on any page load. Clicking the <i>Refresh</i> button more than once every 5 seconds will not trigger another fetch."),
0 commit comments