Skip to content

Commit

Permalink
Disable running simulation on do
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajkapica committed Jun 25, 2024
1 parent d7ee892 commit 8aebdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/scala/settings/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ object Settings {
val FLOORS = 10
val MAX_PICKUP_REQUESTS_IN_QUANT = 10
val DEFAULT_SCHEDULER = PriorityScheduler.findBestCab
val RUN_SIMULATION = true
val RUN_SIMULATION = false
val IS_DB_ENABLED = true
}

0 comments on commit 8aebdba

Please sign in to comment.