From 38739b9852958d0273340cd9f6c8b01da5c8d246 Mon Sep 17 00:00:00 2001 From: jlcoo Date: Thu, 12 Dec 2024 10:22:05 +0800 Subject: [PATCH] test --- config/client.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/client.toml b/config/client.toml index 23fa22b..60709e0 100644 --- a/config/client.toml +++ b/config/client.toml @@ -1,4 +1,4 @@ -working_dir = "/Users/tommylike/Work/codes/rust-projects/gitee-signatrust/signatrust/.data/tempdir" +working_dir = "/home/workspace/signatrust/.data/tempdir" worker_threads = 8 buffer_size = 20480 # consider the memory consumption if number bumped since all binaries will be stored in memory -- Gitee