mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
perf: Raise Notion pageSize 25 -> 100
This commit is contained in:
@@ -59,7 +59,7 @@ const AccessTokenResponseSchema = z.object({
|
||||
export class NotionClient {
|
||||
private client: Client;
|
||||
private limiter: ReturnType<typeof RateLimit>;
|
||||
private pageSize = 25;
|
||||
private pageSize = 100;
|
||||
private maxRetries = 3;
|
||||
private retryDelay = 1000;
|
||||
private skipChildrenForBlock = [
|
||||
|
||||
Reference in New Issue
Block a user