reduce the autopin from 1 hour to 10 minutes

pull/116/head
Aevann 2023-02-09 15:47:19 +02:00
parent 2aec3e7266
commit b3f9fc88f0
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,7 @@ def submit_post(v:User, sub=None):
if (SITE == 'rdrama.net'
and v.id in (IMPASSIONATA_ID, PIZZASHILL_ID, TGTW_ID, SNALLY_ID)
and not (post.sub and post.subr.stealth)):
post.stickied_utc = int(time.time()) + 3600
post.stickied_utc = int(time.time()) + 600
post.stickied = "AutoJanny"
cache.delete_memoized(frontlist)