diff options
-rw-r--r-- | server.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ( |