summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index de21f7a..199bfab 100644
--- a/src/main.c
+++ b/src/main.c
@@ -48,7 +48,7 @@ void found_torrent (struct dht * d __attribute__((unused)), const unsigned char
t->ttl = seconds()+256;
t->type |= info | peers;
} else {
- if (last_added + 1 > seconds()) {
+ if (last_added + 2 > seconds()) {
L(debug, d, "not adding a torrent this fast");
return;
}