diff --git a/app/Story.php b/app/Story.php index 3e6c0266e..700d1659e 100644 --- a/app/Story.php +++ b/app/Story.php @@ -10,7 +10,7 @@ class Story extends Model { use HasSnowflakePrimary; - public const MAX_PER_DAY = 10; + public const MAX_PER_DAY = 20; /** * Indicates if the IDs are auto-incrementing.