forked from rDrama/rDrama
1
0
Fork 0

reduce effortposts threshold from 3000 to 1500

master
Aevann 2023-10-22 22:58:08 +03:00
parent c2e4eda509
commit d784bafbce
1 changed files with 1 additions and 1 deletions

View File

@ -396,4 +396,4 @@ class Post(Base):
@property
@lazy
def is_effortpost(self):
return len(self.body) >= 3000
return len(self.body) >= 1500