diff --git a/src/Insight/InsightWorker/Tasks/ReadTargetMemory.cpp b/src/Insight/InsightWorker/Tasks/ReadTargetMemory.cpp index f793bf04..713694e2 100644 --- a/src/Insight/InsightWorker/Tasks/ReadTargetMemory.cpp +++ b/src/Insight/InsightWorker/Tasks/ReadTargetMemory.cpp @@ -15,7 +15,7 @@ namespace Bloom * This allows the TargetController to service other commands in-between reads, reducing the likelihood of * command timeouts when we're reading lots of data. */ - constexpr auto readSize = 256; + constexpr auto readSize = 128; const auto readsRequired = static_cast( std::ceil(static_cast(this->size) / static_cast(readSize)) );