you are viewing a single comment's thread.

view the rest of the comments →

[–]go1dfish 7 insightful - 1 fun7 insightful - 0 fun8 insightful - 1 fun -  (1 child)

We upped this limit to 50k

This seems needlessly excessive, that 1000 item limit in reddit has always been there to keep performance manageable and while increasing it probably wont be catastrophic, it will make things harder to scale.

The 1000 item limit per listing never bothered me too bad and I replicated this limitation in the design of notabug also with the goal of keeping performance managable and it feels like an acceptable tradeoff to me. It’s more necessary for nab’s design though as the clients fetch these 1000 id lists and build listings from them clientside, with the server only calculating/sorting things in response to changes, never in response to requests for data.

Also, https://github.com/notabugio/notabug is ready to run. “yarn setup && yarn start” should get you a peer running on port 4444 now. I’m still polishing things but it’s in a good enough state for mirroring. Running your own indexer/tabulator could still use some better documentation but the mirroring case should be pretty solid now.

[–][deleted] 3 insightful - 1 fun3 insightful - 0 fun4 insightful - 1 fun -  (0 children)

congrats on notabug being shippable again! MNABGA!