Skip to content

Commit

Permalink
fix default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Mar 31, 2017
1 parent bb37767 commit 33e9308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
gracefulShutdownTimeout: 30
apns:
concurrentWorkers: 100
logStatsInterval: 10000
gcm:
pingInterval: 30
pingTimeout: 10
maxPendingMessages: 100
logStatsInterval: 10000
queue:
topics:
- "com.games.test"
Expand Down
2 changes: 1 addition & 1 deletion make/run.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gcm:
@go run main.go gcm --senderId=test --apiKey=123 --app=test

apns:
@go run main.go apns --app test --certificate=./tls/_fixtures/certificate-valid.pem
@go run main.go apns --certificate=./tls/_fixtures/certificate-valid.pem

local-deps:
@env MY_IP=${MY_IP} docker-compose --project-name pusher up -d

0 comments on commit 33e9308

Please sign in to comment.