Skip to content

Commit

Permalink
bump timeouts and check times
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Mar 1, 2023
1 parent 04d4684 commit 9ad0802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.cr
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ module PlaceOS::Core
class_getter? production : Bool = PROD

# Used in `ModuleManager`
PROCESS_CHECK_PERIOD = (ENV["PLACE_CORE_PROCESS_CHECK_PERIOD"]?.try(&.to_i?) || 45).seconds
PROCESS_COMMS_TIMEOUT = (ENV["PLACE_CORE_PROCESS_COMMS_TIMEOUT"]?.try(&.to_i?) || 20).seconds
PROCESS_CHECK_PERIOD = (ENV["PLACE_CORE_PROCESS_CHECK_PERIOD"]?.try(&.to_i?) || 80).seconds
PROCESS_COMMS_TIMEOUT = (ENV["PLACE_CORE_PROCESS_COMMS_TIMEOUT"]?.try(&.to_i?) || 40).seconds
end

0 comments on commit 9ad0802

Please sign in to comment.