fix ad typo

This commit is contained in:
keyan 2023-08-16 18:24:24 -05:00
parent c6cc7510c7
commit a61ef33a1b
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
CREATE OR REPLACE VIEW zap_rank_constants AS
SELECT
5000.0 AS boost_per_vote,
1.2 AS vote_power,
1.3 AS vote_decay,
3.0 AS age_wait_hours,
0.5 AS comment_scaler,
1.2 AS boost_power,
2.6 AS boost_decay,
2100 AS row_limit;