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. }