diff --git a/Libraries/LibIPC/ClientConnection.h b/Libraries/LibIPC/ClientConnection.h index 38ccc9bf50..26c04e063e 100644 --- a/Libraries/LibIPC/ClientConnection.h +++ b/Libraries/LibIPC/ClientConnection.h @@ -162,7 +162,7 @@ public: } if (!bytes.is_empty()) - m_responsiveness_timer->start(); + m_responsiveness_timer->restart(); size_t decoded_bytes = 0; for (size_t index = 0; index < bytes.size(); index += decoded_bytes) {