From 075c0740b9011e3181752487b8e2f34fbc539f32 Mon Sep 17 00:00:00 2001 From: David Vilela Date: Mon, 16 Dec 2024 18:15:14 +0100 Subject: [PATCH] fix: clone stream --- scripts/ceramic/streams.py | 3 ++- scripts/clone_contribute_streams.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/ceramic/streams.py b/scripts/ceramic/streams.py index e983c713..e7ef2cbb 100644 --- a/scripts/ceramic/streams.py +++ b/scripts/ceramic/streams.py @@ -29,7 +29,8 @@ # CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw1477wwkgd6ydzdh5qo7nr4poscb8nz0dru1j1wcujgbdxei3it7a" # Aug 12th 2024 # CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw14aqbvmww6is7tiu4w6lr36csbmpx84wehtd1hegucp58udzkgcc" # Nov 1st 2024 # CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw14a5qlhy9x2j4jq4jfittfgd1opl1ir2hg4zvk6fteimsclxvvg8" # Nov 8th 2024 -CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw147nzli6czhklr48yfj4qfkl1b431e2zpdybgpq0hnre5xia9qvn" # Nov 20th 2024 +# CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw147nzli6czhklr48yfj4qfkl1b431e2zpdybgpq0hnre5xia9qvn" # Nov 20th 2024 +CONTRIBUTE_PROD_DB_STREAM_ID = "kjzl6cwe1jw14b17u6xxky8u83vfg41uormyw86yzeokdye2x9nar21pce8eou7" # Dec 16th 2024 # Centaurs DB diff --git a/scripts/clone_contribute_streams.py b/scripts/clone_contribute_streams.py index 166e7716..29f12fdd 100644 --- a/scripts/clone_contribute_streams.py +++ b/scripts/clone_contribute_streams.py @@ -34,7 +34,7 @@ ) -MAX_USERS_PER_COMMIT = 250 +MAX_USERS_PER_COMMIT = 150 MAX_TWEETS_PER_COMMIT = 100 dotenv.load_dotenv(override=True)