Skip to content

Commit

Permalink
reset build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Jan 9, 2025
1 parent c65466c commit f06d71a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions otoroshi/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)}"
)

0 comments on commit f06d71a

Please sign in to comment.