about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-13 20:38:34 -0400
committerJune McEnroe <june@causal.agency>2020-08-14 16:00:34 -0400
commit2050d668af9e9eb2f20aa42c2f27eb0e3c7d182d (patch)
treea3876e8d6d2fb1311fdb594e9fd3153dbfae0cda /Makefile
parentAdd prospective manual page for spawn (diff)
downloadcatsit-2050d668af9e9eb2f20aa42c2f27eb0e3c7d182d.tar.gz
catsit-2050d668af9e9eb2f20aa42c2f27eb0e3c7d182d.zip
Add tentative implementation of spawn(8)
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
eader'>2020-01-14Add -b flag for live backupJune McEnroe 2020-01-14Add columnsize = 0 option to FTS indexJune McEnroe Since we don't use ranking functions and I don't see them being useful, there is no point in having columnsize, which just takes extra space in the database. In my database of approximately 3.5 million events, disabling columnsize saves about 62 MB. The migration unfortunately has to rebuild the entire index to disable it. 2020-01-12Add option for client cert and SASL EXTERNALJune McEnroe 2020-01-12Add Linux.mkJune McEnroe 2020-01-11Fix unscoop dedup window syntaxJune McEnroe 2020-01-11Bump busy timeout to 10sJune McEnroe