Skip to content

Commit 0ca99f9

Browse files
authored
Merge pull request #2 from tls-attacker/fix/bumpBom
bumpedBom
2 parents dde0115 + 7330139 commit 0ca99f9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds</groupId>
66
<artifactId>protocol-toolkit-bom</artifactId>
7-
<version>4.1.1</version>
7+
<version>4.4.0</version>
88
</parent>
99

1010
<artifactId>crawler-core</artifactId>

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)