denis-chudov commented on code in PR #3591:
URL: https://github.com/apache/ignite-3/pull/3591#discussion_r1566231778
##########
modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/ResourceVacuumManager.java:
##########
@@ -50,7 +50,7 @@ public class ResourceVacuumManager implements IgniteComponent
{
public static final String RESOURCE_VACUUM_INTERVAL_MILLISECONDS_PROPERTY
= "RESOURCE_VACUUM_INTERVAL_MILLISECONDS";
private final int resourceVacuumIntervalMilliseconds =
IgniteSystemProperties
- .getInteger(RESOURCE_VACUUM_INTERVAL_MILLISECONDS_PROPERTY,
30_000);
+ .getInteger(RESOURCE_VACUUM_INTERVAL_MILLISECONDS_PROPERTY, 1_000);
Review Comment:
debug, will be removed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]