diff options
| author | 2023-07-29 03:49:14 -0700 | |
|---|---|---|
| committer | 2023-07-29 12:49:14 +0200 | |
| commit | b874e9251e00961f295e4c409e1b34da89fab4ed (patch) | |
| tree | cb528816250f322707a90c0954c963886ea96c19 /test | |
| parent | [chore] Update activity dependency (#2031) (diff) | |
| download | gotosocial-b874e9251e00961f295e4c409e1b34da89fab4ed.tar.xz | |
[feature] Implement markers API (#1989)
* Implement markers API
Fixes #1856
* Correct import grouping in markers files
* Regenerate Swagger for markers API
* Shorten names for readability
* Cache markers for 6 hours
* Update DB ref
* Update envparsing.sh
Diffstat (limited to 'test')
| -rwxr-xr-x | test/envparsing.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/envparsing.sh b/test/envparsing.sh index 9e5491005..8f4372906 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -52,6 +52,9 @@ EXPECT=$(cat <<"EOF" "list-max-size": 2000, "list-sweep-freq": 60000000000, "list-ttl": 1800000000000, + "marker-max-size": 2000, + "marker-sweep-freq": 60000000000, + "marker-ttl": 21600000000000, "media-max-size": 1000, "media-sweep-freq": 60000000000, "media-ttl": 1800000000000, |
