Merge branch 'MAX-348' of https://github.com/mariadb-corporation/MaxScale into MAX-348
This commit is contained in:
@ -2168,14 +2168,14 @@ config_enable_feedback_task(void) {
|
|||||||
|
|
||||||
if (enable_set && url_set && user_info_set) {
|
if (enable_set && url_set && user_info_set) {
|
||||||
/* Add the task to the tasl list */
|
/* Add the task to the tasl list */
|
||||||
if (hktask_add("send_feedback", module_feedback_send, cfg, 30)) {
|
if (hktask_add("send_feedback", module_feedback_send, cfg, 1800)) {
|
||||||
|
|
||||||
LOGIF(LM, (skygw_log_write_flush(
|
LOGIF(LM, (skygw_log_write_flush(
|
||||||
LOGFILE_MESSAGE,
|
LOGFILE_MESSAGE,
|
||||||
"Notification service feedback task started: URL=%s, User-Info=%s, Frequency %u seconds",
|
"Notification service feedback task started: URL=%s, User-Info=%s, Frequency %u seconds",
|
||||||
cfg->feedback_url,
|
cfg->feedback_url,
|
||||||
cfg->feedback_user_info,
|
cfg->feedback_user_info,
|
||||||
30)));
|
1800)));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (enable_set) {
|
if (enable_set) {
|
||||||
|
|||||||
Reference in New Issue
Block a user