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
There is a point at which librdf will take too long to parse some RDF for our purposes when it becomes sufficiently large. We can avoid this occurring by failing requests within our cURL write-handler if they exceed a certain size limit.
This would work around (but not fix) #87, ensuring some level of service for the affected entities.
There is a point at which
librdf
will take too long to parse some RDF for our purposes when it becomes sufficiently large. We can avoid this occurring by failing requests within our cURL write-handler if they exceed a certain size limit.This would work around (but not fix) #87, ensuring some level of service for the affected entities.
Internal tracking: RESDATA-1127
The text was updated successfully, but these errors were encountered: