File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ export type Network = {
41
41
} ;
42
42
export type Mode = 'vaa' | 'ntt' ;
43
43
44
- export const MISS_THRESHOLD_IN_MINS = 30 ;
45
- export const MISS_THRESHOLD_LABEL = '30 minutes' ;
44
+ export const MISS_THRESHOLD_IN_MINS = 35 ;
45
+ export const MISS_THRESHOLD_LABEL = '35 minutes' ;
46
46
47
47
export const INITIAL_DEPLOYMENT_BLOCK_BY_NETWORK_AND_CHAIN : {
48
48
[ key in Environment ] : { [ key in ChainName ] ?: string } ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import {
26
26
import { getSignedVAA } from '../utils/getSignedVAA' ;
27
27
import { PubSub } from '@google-cloud/pubsub' ;
28
28
29
- const WATCH_MISSING_TIMEOUT = 5 * 60 * 1000 ;
29
+ const WATCH_MISSING_TIMEOUT = 2 * 60 * 1000 ;
30
30
31
31
export class BigtableDatabase extends Database {
32
32
msgTableId : string ;
You can’t perform that action at this time.
0 commit comments