Skip to content

Commit

Permalink
Remove unused attributes in post fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jun 27, 2024
1 parent 1cfdf90 commit 5dce9a3
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 497 deletions.
2 changes: 1 addition & 1 deletion src/constants/chat.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CHAT_PER_PAGE = 50
export const CHAT_PER_PAGE = 25

const DEFAULT_MAX_MESSAGE_LENGTH = 10_000
const CUSTOM_CHAT_MAX_LENGTH: Record<string, number> = {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/tg/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const getStaticProps = getCommonStaticProps<AppCommonProps>(
)

return {
revalidate: 5,
revalidate: 20,
props: {
dehydratedState: dehydrate(client),
},
Expand Down
Loading

0 comments on commit 5dce9a3

Please sign in to comment.