Ticket #1100 (new defect)
Opened 4 years ago
Timeouts are generally too short / too strict
| Reported by: | scriptor | Owned by: | dgollub |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OpenSync: Engine | Version: | 0.38 |
| Severity: | normal | Keywords: | Too short timeout |
| Cc: |
Description
Several timeouts are set in libopensync. Some of them are pretty short.
Especially under heavy load those timeouts enforce a break without necessity.
Even worse if you run libopensync under valgrind.
One of those timeouts that occur even when NOT run under valgrind and even when the load is not too high, is one in libopensync/opensync/engine/opensync_engine.c that should be changed. I mean, only 1 second is not enough.
Please see the patch attached.
Attachments
Change History
Changed 4 years ago by scriptor
- Attachment opensync_engine.c.diff added
Note: See
TracTickets for help on using
tickets.

Patch against libopensync/opensync/engine/opensync_engine.c