Implemented basic viewport scrolling in BasicViewport.
[aesalon.git] / .aesalon.conf
blobd2f54addbc1bf4d4e654933eb4df0c8f4b772870
1 # Local configuration file for Aesalon.
2 search "modules/";
4 module monitor {
5         # Default zone size is 16KB.
6         zoneSize=4;
7         # Allow a maximum of 32,768 zones. (Probably enough for all but the most distributed systems.)
8         zoneUsePages=1;
9         # By default, use only one zone reader (only one thread).
10         zoneReaders=1;
11         # Output to a log file by default.
12         output="log:output%i.alog";