Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGet max file size from kited #303
Conversation
See #11826 kiteco.
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSee #11826 kiteco.
See kiteco/kiteco#11826.
Since my Kite doesn't have the
/clientapi/settings/max_file_size_kbendpoint yet, I assumed the endpoint's response would consist solely of the number.The plugin queries the endpoint synchronously on
BufEnter. If the endpoint doesn't respond in time, or responds with a non-200 status code, the plugin falls back to a 1MB max file size.