mirror of
https://github.com/grassrootseconomics/cic-chain-events.git
synced 2026-05-20 11:01:09 +02:00
Merge branch 'master' into feat/rpc-fetcher
* decode_filter changes
This commit is contained in:
@@ -26,7 +26,7 @@ type Graphql struct {
|
||||
func NewGraphqlFetcher(o GraphqlOpts) Fetch {
|
||||
return &Graphql{
|
||||
httpClient: &http.Client{
|
||||
Timeout: time.Second * 2,
|
||||
Timeout: time.Second * 5,
|
||||
},
|
||||
graphqlEndpoint: o.GraphqlEndpoint,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user