bulltrackers-module 1.0.57 → 1.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -158,7 +158,7 @@ exports.runUserActivitySampler = async (config, dependencies) => {
|
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
// TODO: Fetch or define N_block (total users for this block)
|
|
161
|
-
const N_block =
|
|
161
|
+
const N_block = 1000000;
|
|
162
162
|
|
|
163
163
|
const estimatedCounts = {};
|
|
164
164
|
for (const category in fractions) {
|