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

Files are not being bzipped #1

Open
KewaiiGamer opened this issue May 2, 2021 · 3 comments
Open

Files are not being bzipped #1

KewaiiGamer opened this issue May 2, 2021 · 3 comments

Comments

@KewaiiGamer
Copy link

Hello, your script looks good but it makes no sense because the files are not compressed and fastdl will not be as fast like this. Ideally you could have an option to bzip2 the files instead of symlinking them

@alexevladgabriel
Copy link
Owner

Hi, I didn't do that feature because people when are downloading from internet custom models, already have the files compressed. You can make a tutorial for players, how to compress files. That feature will only add CPU being used more. If there are 100-1000 servers, the script will be listening for these 1000 servers, and when somebody uploads all files this will mean to compress them.

@ForceBlood
Copy link

Bzipping the fastdl is a very good idea since people won't need to upload the bzipped versions as well as the non bzipped versions of stuff to the panel. Also some custom models might not come with a fastdl folder in them so this might also fix that as well.

About the CPU part, this shouldn't cause much stress since you only need to bzip those that aren't already bzipped, aka those that were just uploaded to the server.

@KewaiiGamer
Copy link
Author

KewaiiGamer commented Aug 14, 2022

i just realized what you said doesnt really make any sense..

Hi, I didn't do that feature because people when are downloading from internet custom models, already have the files compressed

If server owners are gonna put the bzipped files on the server they could just be putting them on fastdl them. defeats the purpose of this script

You can make a tutorial for players, how to compress files.

why would players want to compress the files?? bzipped files are not read by csgo. they must be decompressed to be used

That feature will only add CPU being used more. If there are 100-1000 servers, the script will be listening for these 1000 servers, and when somebody uploads all files this will mean to compress them.

multiple options could be added to make it more optimized for a big amount of servers like a queue etc also there is no cpu that can run 100 csgo servers at an high enough clock. each csgo servsr should have its own core. most providers or server owners would have max 16-32 servers per dedicated

this feature does makes sense
You could just say instead:
"I dont have the time or resources to do this festure. if someone else wants to they can make it"

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

No branches or pull requests

3 participants