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

[EOS-CTA] Changes execute timeout to 600s

This needs to be reviewed but for the time being there should not be a
short timeout.
parent 3d4d41e3
Branches
Tags
No related merge requests found
......@@ -136,9 +136,9 @@ private:
template <typename RequestType, typename MetadataType, typename AlertType>
void RequestProc<RequestType, MetadataType, AlertType>::Execute()
{
const int ExecuteTimeout = 15; //< Maximum no. of seconds to wait before deleting myself
//< What is a sensible number? Does it need to be configurable?
//< In any case it should be <= timeout on the client side?
const int ExecuteTimeout = 600; //< Maximum no. of seconds to wait before deleting myself
//< What is a sensible number? Does it need to be configurable?
//< In any case it should be <= timeout on the client side?
#ifdef XRDSSI_DEBUG
std::cout << "[DEBUG] RequestProc::Execute()" << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment