Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading from OSDN is too slow #84

Open
e-mon opened this issue Sep 12, 2022 · 1 comment · May be fixed by #91
Open

Downloading from OSDN is too slow #84

e-mon opened this issue Sep 12, 2022 · 1 comment · May be fixed by #91

Comments

@e-mon
Copy link

e-mon commented Sep 12, 2022

Motivation

The ipadicdownload from osdn seems to be very slow, actually only about 15kb/sec and taking over 10 minutes.

Is it possible to change the priority again to google drive being the top priority?
It seems that the #52 has made changes in the past, but the current behavior of using a source that response the success http status (200) solve the original problem?

% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0 11.6M    0 24576    0     0  17655      0  0:11:31  0:00:01  0:11:30 24094
  0 11.6M    0 40960    0     0  17116      0  0:11:53  0:00:02  0:11:51 20267
  0 11.6M    0 57344    0     0  16890      0  0:12:02  0:00:03  0:11:59 18969
  0 11.6M    0 73728    0     0  16771      0  0:12:07  0:00:04  0:12:03 18322
  0 11.6M    0 90112    0     0  16696      0  0:12:11  0:00:05  0:12:06 17932
@yanyin1986
Copy link

yanyin1986 commented Jan 9, 2023

DIST_SITE_URL_LIST[0]="https://ja.osdn.net"
DIST_SITE_URL_LIST[1]="https://drive.google.com"
DIST_SITE_URL_LIST[2]="https://sourceforge.net"

@e-mon You can swap index 0 and index 1 like that:

DIST_SITE_URL_LIST[0]="https://drive.google.com/"
DIST_SITE_URL_LIST[1]="https://ja.osdn.net/"
DIST_SITE_URL_LIST[2]="https://sourceforge.net/"

Maybe that can help you.

yokomotod added a commit to yokomotod/mecab-ipadic-neologd that referenced this issue Jul 15, 2023
@yokomotod yokomotod linked a pull request Dec 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants