Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

Increase constellation response limits (issue #4) #5

merged opened by seoul.systems targeting main from seoul.systems/microcosm-rs: increased_response_limit

As outlined in the description of issue #4 we increase:

  • the default response limit from 16 to 100
  • the maximum from 100 to _1000
Labels

None yet.

Participants 2
AT URI
at://did:plc:53wellrw53o7sw4zlpfenvuh/sh.tangled.repo.pull/3m7zua4akyo22
+2 -2
Diff #0
+2 -2
constellation/src/server/mod.rs
··· 25 25 26 26 use acceptable::{acceptable, ExtractAccept}; 27 27 28 - const DEFAULT_CURSOR_LIMIT: u64 = 16; 29 - const DEFAULT_CURSOR_LIMIT_MAX: u64 = 100; 28 + const DEFAULT_CURSOR_LIMIT: u64 = 100; 29 + const DEFAULT_CURSOR_LIMIT_MAX: u64 = 1000; 30 30 31 31 fn get_default_cursor_limit() -> u64 { 32 32 DEFAULT_CURSOR_LIMIT

History

1 round 1 comment
sign up or login to add to the discussion
seoul.systems submitted #0
1 commit
expand
Increase constellation response limits
expand 1 comment

thank you thank you

pull request successfully merged