You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/09/09 01:56:35 UTC

[GitHub] [apisix] spacewander commented on pull request #7884: fix(file-loger): use no buffering model when open file

spacewander commented on PR #7884:
URL: https://github.com/apache/apisix/pull/7884#issuecomment-1241411931

   What about using a bigger buffer, like 64KB in Nginx's access_log?
   
   IMHO, there still will have an issue that a log > 64KB might be broken. Maybe using `C.write` and managing the buffer by ourselves via Lua table will be a better idea...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org