increased service 1 queue depth
All checks were successful
EIVE/eive-obsw/pipeline/pr-v3.0.0-dev This commit looks good

This commit is contained in:
2023-06-07 16:21:51 +02:00
parent dcf3b1b1fe
commit deb154770d
4 changed files with 11 additions and 4 deletions

View File

@ -179,6 +179,7 @@ class CoreController : public ExtendedControllerBase, public ReceivesParameterMe
struct DirListingDumpContext {
bool active;
bool firstDump;
size_t dumpedBytes;
size_t totalFileSize;
size_t listingDataOffset;