Skip to content

Commit

Permalink
Update Dysnomia (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism authored Mar 3, 2023
1 parent 7d57249 commit 9ae8ed6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 15
if: ${{!github.event.issue.pull_request_target || contains(github.event.pull_request.labels.*.name, 'safe to test')}}
env:
DB_PASS_CI: kmq_ci_password
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"damerau-levenshtein": "^1.0.8",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"eris": "https://github.com/Brainicism/eris#dev",
"eris": "https://github.com/Brainicism/eris#762ffe2",
"eris-fleet": "https://github.com/Brainicism/eris-fleet#feature/soft-kill-warning",
"eris-pagination": "https://github.com/Brainicism/eris-pagination#9a112cb",
"erlpack": "https://github.com/abalabahaha/erlpack.git",
Expand Down
2 changes: 1 addition & 1 deletion src/seed/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import type { DatabaseContext } from "../database_context";

const logger = new IPCLogger("bootstrap");

const SONG_DOWNLOAD_THRESHOLD = 5;
const SONG_DOWNLOAD_THRESHOLD = 3;

config({ path: path.resolve(__dirname, "../../.env") });

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1138,9 +1138,9 @@ eris-reactions@^0.1.4:
resolved "https://registry.yarnpkg.com/eris-reactions/-/eris-reactions-0.1.4.tgz#4b642f7411144f164b6097138c262eac6b03def1"
integrity sha512-U2rMtfywnhh4TmqFcF7uo/ciyQN8vb9ptwSJMQs/uaY1a401f+t3sei1R3IR2gYqaFejJzgjTmzBMT6jIBPYYQ==

"eris@https://github.com/Brainicism/eris#dev":
"eris@https://github.com/Brainicism/eris#762ffe2":
version "0.1.0-dev"
resolved "https://github.com/Brainicism/eris#ca160c245ead441ed89903fbdbb998cdb4aedea1"
resolved "https://github.com/Brainicism/eris#762ffe235d9d907689f359593be76f770d37f771"
dependencies:
ws "^8.2.3"
optionalDependencies:
Expand Down Expand Up @@ -3547,9 +3547,9 @@ wrappy@1:
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=

ws@^8.2.3:
version "8.5.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
version "8.12.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f"
integrity sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==

y18n@^5.0.5:
version "5.0.8"
Expand Down

0 comments on commit 9ae8ed6

Please sign in to comment.