Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/endpoints/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def servicecontrol_client_repositories(bind=True):

native.git_repository(
name = "servicecontrol_client_git",
commit = "05dc862c518963717a37ef723db37325fb9e4d8e",
commit = "edc35cb1cedd55c824e5eba41601129d23e45671",
remote = "https://github.com/cloudendpoints/service-control-client-cxx.git",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const int kReportAggregationFlushIntervalMs = 1000;
// The default connection timeout for check requests.
const int kCheckDefaultTimeoutInMs = 5000;
// The default connection timeout for allocate quota requests.
const int kAllocateQuotaDefaultTimeoutInMs = 5000;
const int kAllocateQuotaDefaultTimeoutInMs = 1000;
// The default connection timeout for report requests.
const int kReportDefaultTimeoutInMs = 15000;

Expand Down