MXS-1384: Remove parameter length limitations

There is no reason to limit configuration parameter names or values to 256
characters.
This commit is contained in:
Markus Mäkelä
2017-09-01 22:02:33 +03:00
parent d7662a10af
commit f9c5578bdd
2 changed files with 2 additions and 10 deletions

View File

@ -26,14 +26,6 @@ MXS_BEGIN_DECLS
#define DEFAULT_POLLSLEEP 1000 /**< Default poll wait time (milliseconds) */
#define DEFAULT_NTHREADS 1 /**< Default number of polling threads */
/**
* Maximum length for configuration parameter value.
*/
enum
{
MAX_PARAM_LEN = 256
};
/**
* @brief Generate default module parameters
*