repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Began implementing Storage::RTree.
[aesalon.git]
/
.aesalon.conf
blob
043511ac568c9375eeaef066d1a7cb055cc279e3
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;
11