Package com.atlassian.confluence.spaces
Class SpaceConstants
java.lang.Object
com.atlassian.confluence.spaces.SpaceConstants
Defines space constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
While space creation we flush index queue, so this timeout is to limit the wait time for acquisition of lock on an index -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INDEX_LOCK_TIMEOUT_SECONDS
public static final int INDEX_LOCK_TIMEOUT_SECONDSWhile space creation we flush index queue, so this timeout is to limit the wait time for acquisition of lock on an index
-
-
Constructor Details
-
SpaceConstants
public SpaceConstants()
-