Commit e30a771
authored
update unspecified write timeout to 3 seconds (#303)
Previously, the memory r/w service assumed that a write operation without a specified timeout would respond in 750msec or less, and acted after one second. The message standard says that unspecified timeouts should not be less than three seconds. This PR updates the write-response behavior to be consistent with that.1 parent 8192a53 commit e30a771
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
560 | | - | |
| 559 | + | |
| 560 | + | |
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
| |||
0 commit comments