Constant PREPARE_TIME

Source
pub(crate) const PREPARE_TIME: Duration;
Expand description

Time that a stored table can remain in the Prepared state.

If it is not commited or deleted explicitly before this timer runs out the table will be automatically deleted.

Defaults to 60 seconds.