count is read from config file for audio and wall buffers

This commit is contained in:
2016-04-04 09:10:03 -05:00
parent 9f0d3b83a0
commit b8439903f3
2 changed files with 10 additions and 6 deletions

View File

@@ -3,4 +3,8 @@ user = string(default="")
password = string(default="")
token = string(default="")
[general]
reverse_timelines = boolean(default=False)
reverse_timelines = boolean(default=False)
[buffers]
count_for_audio_buffers = integer(default=100)
count_for_wall_buffers = integer(default=100)