Fix MAX_TENANTS_QUERY constant. Signed-off-by: Stefan Behl stefan.behl@bosch-si.com
This commit is contained in:
@@ -61,7 +61,7 @@ import org.springframework.validation.annotation.Validated;
|
|||||||
public class JpaSystemManagement implements CurrentTenantCacheKeyGenerator, SystemManagement {
|
public class JpaSystemManagement implements CurrentTenantCacheKeyGenerator, SystemManagement {
|
||||||
private static final Logger LOGGER = LoggerFactory.getLogger(JpaSystemManagement.class);
|
private static final Logger LOGGER = LoggerFactory.getLogger(JpaSystemManagement.class);
|
||||||
|
|
||||||
private static final int MAX_TENANTS_QUERY = 500;
|
private static final int MAX_TENANTS_QUERY = 1000;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private EntityManager entityManager;
|
private EntityManager entityManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user