From f7cbc329cde960bec06f77667de4ff1dd821908a Mon Sep 17 00:00:00 2001 From: Vishwanath Martur <64204611+vishwamartur@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:33:28 +0530 Subject: [PATCH] Update `getStoreMessagesV3` and `installStoreApiHandlers` to set default and max values for `page_size` * Set default value of `page_size` to 20 and max value to 100 in `getStoreMessagesV3` function in `waku/waku_api/rest/store/client.nim` * Enforce default value of `page_size` to 20 and max value to 100 in `installStoreApiHandlers` procedure in `waku/waku_api/rest/store/handlers.nim` * Add notes in `docs/api/rest-api.md` and `docs/operators/how-to/configure-rest-api.md` mentioning the default and max values for `page_size`