Query partial fields with curl
when getting fzf status?
#3611
-
Hi, The Is there a way to only query specific fields that users are interesting? this is mostly for better performance. Since the status json payload is super large. |
Beta Was this translation helpful? Give feedback.
Answered by
junegunn
Feb 5, 2024
Replies: 1 comment 1 reply
-
Not at the moment. But you can pass curl -s localhost:6266?limit=0 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
linrongbin16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not at the moment. But you can pass
limit=0
to reduce the size.curl -s localhost:6266?limit=0