Downloader improvements:
- Added metrics to Downloader::post (only at HIGH level for successful requests) - Improved downloader timing - Robustness improvements
This commit is contained in:
parent
36501a618e
commit
f88a8fc51c
4 changed files with 96 additions and 41 deletions
|
@ -67,6 +67,7 @@ namespace HTTP{
|
|||
HTTP::URL nbLink;
|
||||
uint8_t nbMaxRecursiveDepth;
|
||||
uint64_t nbReqTime;
|
||||
uint64_t nbLastOff;
|
||||
};
|
||||
|
||||
}// namespace HTTP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue