MXS-1661 Introduce 'users_refresh_time'
It is now possible to explicitly specify how frequently MaxScale may refresh the users of a service.
This commit is contained in:
@ -78,6 +78,7 @@ typedef struct
|
||||
int query_retries; /**< Number of times a interrupted query is retried */
|
||||
time_t query_retry_timeout; /**< Timeout for query retries */
|
||||
char* local_address; /**< Local address to use when connecting */
|
||||
time_t users_refresh_time; /**< How often the users can be refreshed */
|
||||
} MXS_CONFIG;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user