@@ -117,7 +117,7 @@ trait PostTrait
];
}
Redis::SET($commentKey, json_encode($comment));
- Redis::EXPIRE($commentKey, 3);
+ Redis::EXPIRE($commentKey, 300);
return $comment;