From 9a8e2c8d905bc1e5b62c6f5e246d2574a645b73e Mon Sep 17 00:00:00 2001 From: Per Larsson Date: Mon, 29 Nov 2021 12:55:08 +0100 Subject: Moved GC to background thread and added endpoint to trigger/status GC. --- xmake.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 49989615c..1da00b8df 100644 --- a/xmake.lua +++ b/xmake.lua @@ -17,7 +17,8 @@ add_requires( "vcpkg::curl", "vcpkg::zlib", "vcpkg::zstd", - "vcpkg::http-parser") + "vcpkg::http-parser", + "vcpkg::rocksdb") add_rules("mode.debug", "mode.release") -- cgit v1.2.3