Skip to content

Commit 3c22090

Browse files
author
ashariyar
committed
Set FEDIVERSE_POPULAR_SERVERS staleness to 72 hours
1 parent ad56777 commit 3c22090

File tree

10 files changed

+23
-26
lines changed

10 files changed

+23
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# NEXT RELEASE
2+
* Set FEDIVERSE_POPULAR_SERVERS staleness to 72 hours
23

34
### v0.69.3
45
* Lower timeoutMS to 2,500

dist/api/mastodon_server.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/api/mastodon_server.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/config.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/helpers/collection_helpers.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { Logger } from './logger';
22
import { type ApiCacheKey } from '../enums';
33
import { type CountKey, type MastodonObjWithID, type MinMax, type MinMaxID, type PromisesResults, type StringDict, type StringNumberDict, type Weights, type WithCreatedAt } from "../types";
44
export declare function addDicts(...dicts: StringNumberDict[]): StringNumberDict;
5-
export declare function asOptionalArray<T>(value: T | undefined | null): [T] | [];
65
export declare function atLeastValues(obj: StringNumberDict, minValue: number): StringNumberDict;
6+
export declare function asOptionalArray<T>(value: T | undefined | null): [T] | [];
77
export declare function average(values: number[]): number;
88
export declare function batchMap<T>(array: T[], fxn: (e: T) => Promise<any>, options?: {
99
batchSize?: number;

dist/helpers/collection_helpers.js

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)