use NO_SESSION_CACHE_REF with titan cache due to session rows too big error

This commit is contained in:
Jacob Barthelmeh
2022-05-02 14:06:18 -06:00
parent 29401334d3
commit 94e34d7a98

View File

@ -2652,6 +2652,12 @@ extern void uITRON4_free(void *p) ;
#endif
/* With titan cache size there is too many sessions to fit with the default
* multiplier of 8 */
#if defined(TITAN_SESSION_CACHE) && !defined(NO_SESSION_CACHE_REF)
#define NO_SESSION_CACHE_REF
#endif
/* ---------------------------------------------------------------------------
* Depricated Algorithm Handling