1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 17:46:16 +02:00

scripts: put AL16M back to avoid breaking existing scripts

Leave AL16M defined in beesd to avoid breaking scripts based on
beesd.conf.sample which used this constant.

Use the absolute size in beesd.conf.sample to avoid any future problems.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2018-10-31 22:48:06 -04:00
parent 542371684c
commit 6e6b08ea0e
2 changed files with 3 additions and 2 deletions

View File

@ -31,4 +31,4 @@ UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
# 64TB 1GB 1024K
#
# Size MUST be multiple of 128KB
# DB_SIZE=$((8192*$AL128K)) # 1G in bytes
# DB_SIZE=$((1024*1024*1024)) # 1G in bytes