google-cloud-firestore-v1 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ebf40d668a9641ffff046faf42b210e06953c3a2f15951edde70b1869a79f60
|
4
|
+
data.tar.gz: e76cadfae696483c66ed75bc1f2cdc8fc8a19e5a179032c55d8f7ff48a9198aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5a51239b0929bbd14b3fe30c4805cab42864b937c95cf5c535fc18f6b652ccf1a89b0b0920a63ccf845081cf4cd198577cd2ccb4f14970dfb950c4857f29bba
|
7
|
+
data.tar.gz: 7942537e54702bc27f2e9a13c1aee3fe3f5f4af86d3ddd54536f66d06b5b8fa3c6b71f3c601fd118cb00fc8b7a6f7fbf8c24b9a8d5e8236626cf982f485b64d2
|
@@ -142,12 +142,12 @@ module Google
|
|
142
142
|
retry_codes: [14, 13, 4]
|
143
143
|
}
|
144
144
|
|
145
|
-
default_config.rpcs.partition_query.timeout =
|
145
|
+
default_config.rpcs.partition_query.timeout = 300.0
|
146
146
|
default_config.rpcs.partition_query.retry_policy = {
|
147
147
|
initial_delay: 0.1,
|
148
148
|
max_delay: 60.0,
|
149
149
|
multiplier: 1.3,
|
150
|
-
retry_codes: [14]
|
150
|
+
retry_codes: [14, 13, 4]
|
151
151
|
}
|
152
152
|
|
153
153
|
default_config.rpcs.write.timeout = 86_400.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-firestore-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|