mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:27:45 +00:00
LibIPC: Actually use the new Core::Timer::restart() I just added
Thanks @brynet for noticing. :^)
This commit is contained in:
parent
2ce2c4810a
commit
6f1b5fc0ab
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!bytes.is_empty())
|
if (!bytes.is_empty())
|
||||||
m_responsiveness_timer->start();
|
m_responsiveness_timer->restart();
|
||||||
|
|
||||||
size_t decoded_bytes = 0;
|
size_t decoded_bytes = 0;
|
||||||
for (size_t index = 0; index < bytes.size(); index += decoded_bytes) {
|
for (size_t index = 0; index < bytes.size(); index += decoded_bytes) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue