Skip to content

Commit 42c3a34

Browse files
committed
Add artificial delay in DTMD
1 parent b36fd91 commit 42c3a34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/multimaster/dtmd/src/server.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ static bool stream_flush(stream_t stream) {
174174
{
175175
struct timespec ts;
176176
ts.tv_sec = 0;
177-
ts.tv_nsec = 20000; /* 20usec */
177+
ts.tv_nsec = 10000; /* 10usec */
178+
nanosleep(&ts, NULL);
178179
nanosleep(&ts, NULL);
179180
}
180181
char *cursor = stream->output.data;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy