From f06d71abf9efd09dae605fea588569e2542a3215 Mon Sep 17 00:00:00 2001 From: zwiterrion Date: Thu, 9 Jan 2025 14:43:20 +0100 Subject: [PATCH] reset build.sbt --- otoroshi/build.sbt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/otoroshi/build.sbt b/otoroshi/build.sbt index 752cdc344..236801895 100644 --- a/otoroshi/build.sbt +++ b/otoroshi/build.sbt @@ -397,11 +397,5 @@ reStart / javaOptions ++= Seq( // "-Dotoroshi.storage=file" //"-Dotoroshi.storage=postgresql", // "-Dotoroshi.storage=redis", - s"-Dotoroshi.storage=${sys.props.getOrElse("otoroshi.storage", "file")}", - s"-Dotoroshi.redis.lettuce.uri=${sys.props.getOrElse("otoroshi.redis.lettuce.uri", null)}", // "-Dotoroshi.redis.lettuce.uri=redis://localhost:6379/", - s"-Dotoroshi.throttlingWindow=${Integer.parseInt(sys.props.getOrElse("otoroshi.throttlingWindow", "10"))}", - s"-Dotoroshi.cluster.worker.state.pollEvery=${Integer.parseInt(sys.props.getOrElse("otoroshi.cluster.worker.state.pollEvery", "10000"))}", - s"-Dotoroshi.cluster.worker.quotas.pushEvery=${Integer.parseInt(sys.props.getOrElse("otoroshi.cluster.worker.quotas.pushEvery", "10000"))}", - s"-Dotoroshi.cluster.worker.useWs=${sys.props.getOrElse("otoroshi.cluster.worker.useWs", false)}" )