From 6c1930eadbdfec8b825f1aadc2304a5017a03551 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 1 Dec 2025 20:08:34 -0300 Subject: m --- etc/transactor.properties | 12 ------------ etc/transactor.properties.tmpl | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 etc/transactor.properties create mode 100644 etc/transactor.properties.tmpl (limited to 'etc') diff --git a/etc/transactor.properties b/etc/transactor.properties deleted file mode 100644 index 28a05be..0000000 --- a/etc/transactor.properties +++ /dev/null @@ -1,12 +0,0 @@ -protocol=sql -host=localhost -port=50200 -encrypt-channel=false -sql-driver-class=org.sqlite.JDBC -sql-url=jdbc:sqlite:storage.db -data-dir=tmp - -# 4GiB VM -memory-index-threshold=32m -memory-index-max=512m -object-cache-max=1g diff --git a/etc/transactor.properties.tmpl b/etc/transactor.properties.tmpl new file mode 100644 index 0000000..0037c35 --- /dev/null +++ b/etc/transactor.properties.tmpl @@ -0,0 +1,15 @@ +protocol=sql +host=localhost +port=@PORT@ +encrypt-channel=false +sql-driver-class=org.sqlite.JDBC +sql-url=jdbc:sqlite:@FILE@ +data-dir=@TEMPDATADIR@ + +valcache-path=@CACHEDIR@ +valcache-max-gb=@VALCACHESIZE@ + +# 4GiB VM +memory-index-threshold=32m +memory-index-max=512m +object-cache-max=1g -- cgit v1.2.3