Added verbose client errors to schemarouter.
This commit is contained in:
@ -244,6 +244,7 @@ typedef struct schemarouter_config_st {
|
||||
time_t last_refresh; /*< Last time the database list was refreshed */
|
||||
double refresh_min_interval; /*< Minimum required interval between refreshes of databases */
|
||||
bool refresh_databases; /*< Are databases refreshed when they are not found in the hashtable */
|
||||
bool debug; /*< Enable verbose debug messages to clients */
|
||||
} schemarouter_config_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user