Skip to content

Commit

Permalink
Merge 5f54278 into 8f2c2a3
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovic committed Jan 8, 2021
2 parents 8f2c2a3 + 5f54278 commit 9ea3569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,5 +1,6 @@
language: go
go:
- 1.15.x
- 1.14.x
go_import_path: github.com/nats-io/stan.go
install:
Expand All @@ -13,4 +14,4 @@ before_script:
script:
- go test -v -race . -modfile go_tests.mod
after_success:
- if [[ "$TRAVIS_GO_VERSION" =~ 1.14 ]]; then ./scripts/cov.sh TRAVIS; fi
- if [[ "$TRAVIS_GO_VERSION" =~ 1.15 ]]; then ./scripts/cov.sh TRAVIS; fi
2 changes: 1 addition & 1 deletion stan.go
Expand Up @@ -43,7 +43,7 @@ const (
// DefaultPingInterval is the default interval (in seconds) at which a connection sends a PING to the server
DefaultPingInterval = 5
// DefaultPingMaxOut is the number of PINGs without a response before the connection is considered lost.
DefaultPingMaxOut = 3
DefaultPingMaxOut = 88
)

// Conn represents a connection to the NATS Streaming subsystem. It can Publish and
Expand Down

0 comments on commit 9ea3569

Please sign in to comment.