As suspected, the node range was not being updated properly in adjustTree.
[aesalon.git] / .aesalon.conf
blob043511ac568c9375eeaef066d1a7cb055cc279e3
1 # Build configuration file for Aesalon.
2 search "modules/";
3 # Default zone size is 16KB.
4 zoneSize=4;
5 # Allow a maximum of 32,768 zones.
6 zoneUsePages=1;
7 # By default, use only one zone reader (only one thread).
8 zoneReaders=1;
9 # By default, use TCP port 6321.
10 tcpPort=6321;