Skip to content

Commit

Permalink
Raised limit & response time
Browse files Browse the repository at this point in the history
  • Loading branch information
toobeeh committed Aug 15, 2021
1 parent 399dc0a commit 60ed816
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
filename: 'typo-release-store22.3.5.1.zip'
filename: 'typo-release-store22.3.5.2.zip'
exclusions: '*.git* *.xpi changelog.md *.web-extension-id .editorconfig .github/'
- name: Upload Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "typo-release-store22.3.5.1.zip"
artifacts: "typo-release-store22.3.5.2.zip"
token: ${{ secrets.GITHUB_TOKEN }}
tag: "typo-release-store22.3.5.1"
tag: "typo-release-store22.3.5.2"
2 changes: 1 addition & 1 deletion features/socket.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion features/typro.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ let typro = {
modalContent.appendChild(sidebar);
let modal = new Modal(modalContent, () => { }, "Typo Cloud Gallery", "90vw", "90vh");
getSkeletons();
drawings = await socket.getStoredDrawings({}, 150);
drawings = await socket.getStoredDrawings({}, 500);
await typro.setDrawings(drawings, contentDrawings);
}
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Skribbl Typo",
"description": "The most complete toolbox for skribbl.io with namefinder & tablet support",
"version": "22.3.5",
"version": "22.3.5.2",
"author": "tobeh",
"icons": {
"256": "res/icon/256MaxFit.png",
Expand Down

0 comments on commit 60ed816

Please sign in to comment.