Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext/Thgstatus: wait max 200 ms for pipe

We need to wait a little bit in order not to loose requests

Changeset 848118a743fc

Parent 7789d5f1f38b

by Adrian Buehlmann

Changes to one file · Browse files at 848118a743fc Showing diff from parent 7789d5f1f38b Diff from another changeset...

 
29
30
31
32
 
33
34
35
 
29
30
31
 
32
33
34
35
@@ -29,7 +29,7 @@
    fSuccess = ::CallNamedPipeA(   THG_PIPENAME, (void*)path.c_str(), path.size(), 0, 0, &cbRead, - NMPWAIT_NOWAIT + 200 /* ms */   );     DWORD err = GetLastError();