Skip to content

使用alist上传本机文件到挂载的百度网盘速度慢且占满cpu 但是移动云盘pikpak就不会占用那么高 #5880

使用alist上传本机文件到挂载的百度网盘速度慢且占满cpu 但是移动云盘pikpak就不会占用那么高

使用alist上传本机文件到挂载的百度网盘速度慢且占满cpu 但是移动云盘pikpak就不会占用那么高 #5880

Workflow file for this run

name: Issue Wontfix
on:
issues:
types: [labeled]
jobs:
lock-issue:
runs-on: ubuntu-latest
if: github.event.label.name == 'wontfix'
steps:
- name: Create comment
uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}, this issue will not be worked on and will be closed.
你好 @${{ github.event.issue.user.login }},这不会被处理,将被关闭。
- name: Close issue
uses: actions-cool/issues-helper@v3
with:
actions: 'close-issue'
token: ${{ secrets.GITHUB_TOKEN }}