We added a new config property PayloadPostTimeout of TimeSpan type (with the default value of 30 sec in contrast to 100 sec of HttpClient's default value for its Timeout property). Customizing this value would essentially affect how long you are willing to wait before giving up while trying to POST a payload in poor network conditions. It is a small but useful optimization setting.