Class CSDurations
java.lang.Object
com.io7m.certusine.vanilla.internal.tasks.CSDurations
Duration values used in tasks.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OptionalLongThe time to pause between retrying ACME operations.static final OptionalLongThe time to pause between retrying IO operations. -
Method Summary
-
Field Details
-
ACME_UPDATE_PAUSE_TIME
The time to pause between retrying ACME operations. -
IO_RETRY_PAUSE_TIME
The time to pause between retrying IO operations.
-