Skip to content

Commit

Permalink
Merge pull request #247 from valory-xyz/fix/stream
Browse files Browse the repository at this point in the history
fix: clone stream
  • Loading branch information
dvilelaf authored Dec 16, 2024
2 parents 1b5b231 + 075c074 commit 7b5cfa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/ceramic/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/clone_contribute_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
)


MAX_USERS_PER_COMMIT = 250
MAX_USERS_PER_COMMIT = 150
MAX_TWEETS_PER_COMMIT = 100

dotenv.load_dotenv(override=True)
Expand Down

0 comments on commit 7b5cfa5

Please sign in to comment.