fix(firestore/v1): give PartitionQuery retry/timeout config
PiperOrigin-RevId: 335655077
This commit is contained in:
parent
af0fc83a51
commit
610bf8f026
|
|
@ -13,6 +13,10 @@
|
|||
{
|
||||
"service": "google.firestore.v1.Firestore",
|
||||
"method": "Commit"
|
||||
},
|
||||
{
|
||||
"service": "google.firestore.v1.Firestore",
|
||||
"method": "PartitionQuery"
|
||||
}
|
||||
],
|
||||
"timeout": "60s",
|
||||
|
|
|
|||
Loading…
Reference in New Issue