Constant mysql_async::DEFAULT_STMT_CACHE_SIZE
source ยท pub const DEFAULT_STMT_CACHE_SIZE: usize = 32;
Expand description
Each connection will cache up to this number of statements by default.
pub const DEFAULT_STMT_CACHE_SIZE: usize = 32;
Each connection will cache up to this number of statements by default.