Skip to content

Commit

Permalink
Revert timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bogh committed Feb 7, 2017
1 parent 8092e63 commit 9ec6004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/sms/nexmo_sms_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
var (
URL = "https://rest.nexmo.com/sms/json?"
MaxIdleConnections = 100
RequestTimeout = 30 * time.Second
RequestTimeout = 500 * time.Millisecond
)

type ResponseCode int
Expand Down

0 comments on commit 9ec6004

Please sign in to comment.