Skip to content
Snippets Groups Projects
Commit 267d2b0c authored by Éloïs's avatar Éloïs
Browse files

[ref] dal: comment expiration steps

parent 22d96c72
No related branches found
No related tags found
1 merge request!1298Fix/wotb save at sync
...@@ -1239,10 +1239,10 @@ export class FileDAL implements ServerDAO { ...@@ -1239,10 +1239,10 @@ export class FileDAL implements ServerDAO {
await indexer.ruleIndexGenCertificationExpiry(HEAD, this) await indexer.ruleIndexGenCertificationExpiry(HEAD, this)
); );
mindex = mindex.concat( mindex = mindex.concat(
await indexer.ruleIndexGenMembershipExpiry(HEAD, this) await indexer.ruleIndexGenMembershipExpiry(HEAD, this) // set mindex.expired_on to HEAD.medianTime
); );
iindex = iindex.concat( iindex = iindex.concat(
await indexer.ruleIndexGenExclusionByMembership(HEAD, mindex, this) await indexer.ruleIndexGenExclusionByMembership(HEAD, mindex, this) // set iindex.kick to true
); );
iindex = iindex.concat( iindex = iindex.concat(
await indexer.ruleIndexGenExclusionByCertificatons( await indexer.ruleIndexGenExclusionByCertificatons(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment