package eu.openaire.urls_worker.util; public interface WorkerConstants { int ASSIGNMENTS_LIMIT = 10_000; }