Skip to content

Commit 09f8381

Browse files
authored
fix: bump page size to 100 (#269)
1 parent 963f9c5 commit 09f8381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/hx/gallery.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use askama::Template;
1414
use sqlx::Pool;
1515
use sqlx::Sqlite;
1616

17-
const PAGE_SIZE: usize = 20;
17+
const PAGE_SIZE: usize = 100;
1818

1919
mod filters {
2020
use core::fmt;

0 commit comments

Comments
 (0)