From 78a30a71f47b241eef10a8aff3c088aef77427cf Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 30 Mar 2024 02:29:36 +0100 Subject: [PATCH] Add RocksDBException --- proxy-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proxy-config.json b/proxy-config.json index a9780e8..d263aba 100644 --- a/proxy-config.json +++ b/proxy-config.json @@ -54,5 +54,10 @@ "interfaces": [ "it.cavallium.rockserver.core.config.VolumeConfig" ] + }, + { + "condition": { + "typeReachable": "org.rocksdb.RocksDBException" + } } ]