Open haruki-sugarsun opened 1 year ago
https://text.sickhack.net/c/616464385 shows 404 since the current implementation, https://github.com/haruki-sugarsun/confluenece_site_converter/blob/a93c5dabb6fffab9317678dffbdf1ec40dacedcb/main.ml#L333 assumes it includes all the children pages. But the default fetch size for children is 25. We should follow the next pointers to fetch all the children.
children
next
https://text.sickhack.net/c/616464385 shows 404 since the current implementation, https://github.com/haruki-sugarsun/confluenece_site_converter/blob/a93c5dabb6fffab9317678dffbdf1ec40dacedcb/main.ml#L333 assumes it includes all the children pages. But the default fetch size for
children
is 25. We should follow thenext
pointers to fetch all the children.