You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Netlify-CMS is used by non-dev to write/modify articles.
Technically, Netlify-CMS is just a front webapp (full JS), which query GitHub rest api. But this API is limited to 1000 request per hour, which may produce some error when using Netlify-CMS intensively (or not, since a lot of request is done by Netlify-CMS for each operation).
There seems to be solution to reduce the drawback of GitHub backend : graphQL API.
Netlify-CMS
is used by non-dev to write/modify articles.Technically,
Netlify-CMS
is just a front webapp (full JS), which query GitHub rest api. But this API is limited to 1000 request per hour, which may produce some error when usingNetlify-CMS
intensively (or not, since a lot of request is done byNetlify-CMS
for each operation).There seems to be solution to reduce the drawback of GitHub backend : graphQL API.
This is a beta feature in
Netlify-CMS
, but already available.This subject is discussed here.
The text was updated successfully, but these errors were encountered: