Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpManager > API/Runtime/HTTP/FHttpManager/FHttpFlushTimeLimit
Syntax
double HardLimitSeconds
Remarks
After we hit the soft time limit and cancel the requests, we wait some additional time for the canceled requests to go away. If they don't go away in time, we will hit this "hard" time limit that will just stop waiting. If we are shutting down, this is probably fine. If we are flushing for other reasons, This could indicate things lying around, and we'll put out some warning log messages to indicate this. Setting this to < 0 will disable all time limits and the code will wait infinitely for all requests to complete.