about summary refs log tree commit diff homepage
path: root/index.html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-25 01:24:18 -0400
committerJune McEnroe <june@causal.agency>2018-08-25 01:24:18 -0400
commit08d2be6206d257f8b74ca467d7e194d815aa5422 (patch)
treea8e30f9e6e4c087e386cf2ae49c767b7ff3910f3 /index.html
parentRemove -lm (diff)
downloadtorus-08d2be6206d257f8b74ca467d7e194d815aa5422.tar.gz
torus-08d2be6206d257f8b74ca467d7e194d815aa5422.zip
Revert "Explicitly build from .o objects"
This reverts commit 10df862510e610cf735ad181c2dd4cdc235e9102.
Diffstat (limited to 'index.html')
0 files changed, 0 insertions, 0 deletions
lass='logmsg'> 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