SuperWorker.Supervisor.Constants.Timeouts (SuperWorker v0.3.6)
View SourceThis module contains all timeout-related constants used in the SuperWorker system.
Summary
Functions
Default timeout for API calls in milliseconds.
Default timeout for chain operations in milliseconds.
Default timeout for stop operations in milliseconds.
Functions
@spec default_api_timeout() :: non_neg_integer()
Default timeout for API calls in milliseconds.
@spec default_chain_timeout() :: non_neg_integer()
Default timeout for chain operations in milliseconds.
@spec default_stop_timeout() :: non_neg_integer()
Default timeout for stop operations in milliseconds.