Media Converter - Changing concurrent conversions per server

sukhman21

Member
YetiShare User
Jan 26, 2015
508
3
18
Hello there,

i have a couple servers that i use for my file hosting script. Some got E5 CPU and some are less powerful. I want to change maximum concurrent conversions per server. I want to run 1-2 conversions on fileservers and then say 2-4 concurrent on E5's. I tried changing the option below but this seems to be max concurrent conversions on all servers. Not sure how i can tweak this to work with per server:
Code:
// change this to set the maximum conversions that can be done at once.
define("MAX_CONCURRENT_CONVERSIONS", $pluginSettingsArr['max_conversions']);
Anyone knows how to get this working?
Thanks
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
I don't have this plugin, but to change the concurrent downloads on the remote upload you need to change the sql query just bellow the definition of the constant. I believe this plugin uses the same mechanism.