CounterStrikeSharp and AWS S3 Buckets #859
-
For my project of gameservers I wanna store addons folder in AWS S3 Buckets. So my question is: Will counterstrikesharp load everything in memory once or it will load during rounds or smth like that and everything gonna lag? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Should be fairly safe to say it will try and load everything once at startup, unless you dynamically load plugins using a command like |
Beta Was this translation helpful? Give feedback.
Should be fairly safe to say it will try and load everything once at startup, unless you dynamically load plugins using a command like
css_plugins load <FileName.dll>
. It is probably advisable to disable the Hot Reload option in the config if you're using this setup.