forked from wolfSSL/wolfssl
use NO_SESSION_CACHE_REF with titan cache due to session rows too big error
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user