Skip to content

Commit 7330139

Browse files
committed
removed expire of scan jobs
1 parent 97c116e commit 7330139

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/de/rub/nds/crawler/orchestration/RabbitMqOrchestrationProvider.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ public class RabbitMqOrchestrationProvider implements IOrchestrationProvider {
4545

4646
static {
4747
// set TTLs such that queues are deleted if no consumer is registered
48-
// https://www.rabbitmq.com/ttl.html#queue-ttl
49-
SCAN_JOB_QUEUE_PROPERTIES.put("x-expires", 1000 * 60 * 60);
5048
DONE_NOTIFY_QUEUE_PROPERTIES.put("x-expires", 1000 * 60 * 5);
5149
}
5250

0 commit comments

Comments
 (0)