UrlsController/src/main/java/eu/openaire/urls_controller/util/ControllerConstants.java

8 lines
257 B
Java

package eu.openaire.urls_controller.util;
public interface ControllerConstants {
int ASSIGNMENTS_LIMIT = 10000; // The general assignments-limit the Controller will get. If the worker cannot handle them, then the worker's limit will be applied.
}