summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.js b/server.js
index 34b2ed9..3bc3e13 100644
--- a/server.js
+++ b/server.js
@@ -2959,7 +2959,7 @@ const TM_POOL_LIST_TITLE_FINISHED = SQL(`
`)
const TM_POOL_LIST_SEED_ACTIVE = SQL("select * from tm_pool_active_view where seed_id = ?")
-const TM_POOL_LIST_SEED_FINISHED = SQL("select * from tm_pool_finished_view where seed_id = ?")
+const TM_POOL_LIST_SEED_FINISHED = SQL("select * from tm_pool_finished_view where seed_id = ? and finish_date > date('now', '-14 days')")
const TM_SELECT_QUEUE_BLACKLIST = SQL(`
with qq as (