We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b034ca commit e5d56a2Copy full SHA for e5d56a2
src/indexer/modules/lifecycleManager.ts
@@ -160,6 +160,7 @@ export class HyperionLifecycleManager {
160
}
161
162
hLog(`Auto pruning completed.`);
163
+ await this.master.ioRedisClient.del(`${this.manager.chain}::fib`);
164
165
166
private attributesToObject(attributes: NodeAttributeRequirement[]): { [key: string]: string } {
src/indexer/modules/master.ts
@@ -132,7 +132,7 @@ export class HyperionMaster {
132
133
private readonly cm: ConfigurationModule;
134
private alerts?: AlertsManager;
135
- private ioRedisClient: Redis;
+ ioRedisClient: Redis;
136
137
// Reversible Blocks
138
private revBlockArray: RevBlock[] = [];
0 commit comments