mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 01:48:27 -07:00
Reduce default size of LMDB to 5368709120 (5GB)
This commit is contained in:
parent
0646a9d700
commit
0a76f73513
@ -311,7 +311,7 @@ The following configuration variables can be used to tweak settings. Defaults ar
|
||||
| `OTR_IDENTITY` | Y | | MQTT identity for PSK
|
||||
| `OTR_PSK` | Y | | MQTT PSK
|
||||
| `OTR_SERVERLABEL` | Y | `OwnTracks` | server label for Web
|
||||
| `OTR_LMDBSIZE` | Y | `104857600000` | size of the LMDB database. If less than 10485760 (10 MB) it will be set to 10485760.
|
||||
| `OTR_LMDBSIZE` | Y | `5368709120` | size of the LMDB database (5GB). If less than 10485760 (10 MB) it will be set to 10485760.
|
||||
|
||||
|
||||
## Reverse proxy
|
||||
|
Loading…
Reference in New Issue
Block a user