chore: default profile window size to 6hr

This commit is contained in:
Kieran 2023-02-15 13:42:03 +00:00
parent 747eae2e16
commit 884bbdd9dc
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -198,6 +198,7 @@ export default function ProfilePage() {
postsOnly={false}
method={"TIME_RANGE"}
ignoreModeration={true}
window={60 * 60 * 6}
/>
</>
);