Skip to content
Snippets Groups Projects
Commit 85ba58a6 authored by Michael Davis's avatar Michael Davis
Browse files

[xrd_ssi] Resets default response stream buffer size to 1 KB

parent bb07675e
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ namespace XrdSsiPb {
// Constants
const unsigned int DefaultResponseBufferSize = 89; //!< Default size for the response buffer in bytes
const unsigned int DefaultResponseBufferSize = 1024; //!< Default size for the response buffer in bytes
const unsigned int DefaultRequestTimeout = 15; //!< Default XRootD request timeout in secs
// Better to get the default from XRD_REQUESTTIMEOUT if it is not set explicitly?
// Decide on order of precedence for setting request timeout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment