Skip to content

Commit

Permalink
chore: update timer
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Dec 20, 2021
1 parent 5d51682 commit e955a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ if (verbose) dir({isZapHosting, forceInterface, forceFXServerPort, txAdminPort,
//NOTE: Only valid if its being very actively maintained.
// Use 30d for patch 0, or 45~60d otherwise
// Objective is to update every 2~3 weeks, always on monday ~15:00
const txVerBBLastUpdate = 1639500000;
const txVerBBLastUpdate = 1640025000;
const txVerBBDelta = 21 + ((isZapHosting) ? 10 : 0);
const txAdminVersionBestBy = txVerBBLastUpdate + (txVerBBDelta * 86400);
// dir({
Expand Down

0 comments on commit e955a84

Please sign in to comment.