foxip / mollie-api-csharp

Mollie API client for C#
BSD 2-Clause "Simplified" License
13 stars 10 forks source link

Improper timeout for API calls #8

Closed willemstuursma closed 7 years ago

willemstuursma commented 7 years ago

Hi.

I noticed that this library does not set a custom timeout. If I am not mistaken, that means that the default timeout of 100s is used.

A 100 second timeout for creating payments is inappropriate. A customer will not have that much patience.

The Mollie reference libraries use a 10s timeout. Could you add this to your library?

foxip commented 7 years ago

Yes, the default timeout is 100 seconds, I will change it to 10 seconds

willemstuursma commented 7 years ago

Thanks, that's great!