Merge branch 'develop' of gitlab.com:soapbox-pub/strfry-policies into develop
This commit is contained in:
commit
b9c55838b9
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env -S deno run
|
#!/usr/bin/env -S deno run
|
||||||
import { readLines } from 'https://deno.land/std@0.178.0/io/mod.ts';
|
import { readLines } from 'https://deno.land/std@0.178.0/io/mod.ts';
|
||||||
|
|
||||||
const HELLTHREAD_LIMIT = Number(Deno.env.get('HELLTHREAD_LIMIT') || 20);
|
const HELLTHREAD_LIMIT = Number(Deno.env.get('HELLTHREAD_LIMIT') || 100);
|
||||||
|
|
||||||
interface InputMessage {
|
interface InputMessage {
|
||||||
type: 'new' | 'lookback';
|
type: 'new' | 'lookback';
|
||||||
|
Loading…
Reference in New Issue
Block a user