#include <readings_catalogue.h>
|
int | poolSize = 5 |
|
int | nReadingsPerDb = 14 |
|
int | nDbPreallocate = 3 |
|
int | nDbLeftFreeBeforeAllocate = 1 |
|
int | nDbToAllocate = 2 |
|
- poolSize = Number of connections to allocate
- nReadingsPerDb = Number of readings tables per database
- nDbPreallocate = Number of databases to allocate in advance
- nDbLeftFreeBeforeAllocate = Number of free databases before a new allocation is executed
- nDbToAllocate = Number of database to allocate each time
The documentation for this struct was generated from the following file: