Rodrigo Santellan
Rodrigo Santellan
> You can play around with different values of TextScreenSpeed in gemrb/unhardcoded/bg1/gemrb.ini. Let us know what value works best. If I put 130 on TextScreenSpeed the Prologue now is almost...
@lynxlynxlynx thinking about this, the best will be that the text never go faster that the length of the audio. The text speed is called here: https://github.com/gemrb/gemrb/blob/54d8a83b0d23b9a4bcf1f82111a55093360eaba1/gemrb/plugins/GUIScript/GUIScript.cpp#L430 But I don't...
> What do you mean "never faster than the length", how would that look like? I was thinking that if the video has a duration of 100 seconds the text...
> The easiest fix, but annoying, would be to have a table per game, for the best base speed (factor) per text screen. But then again it wouldn't work best...
Just in case I run all meta queues ``` php bin/magento queue:consumer:start send.conversion.event.to.meta.consumer php bin/magento queue:consumer:start persist.meta.telemetry.logs.consumer php bin/magento queue:consumer:start persist.meta.log.immediately.consumer ``` To not avail
Hi @priyambad I'm changing it and testint it, do you know if there a reason it do not go to AMPQ as recommended ?
I have configure it and after testing it, I have the problem that the queue is all day getting bigger to be send on the night, is there a way...
Hi @samuel-sung sorry for the delay: ``` 'cron_consumers_runner' => [ 'cron_run' => true, 'max_messages' => 2000, 'consumers' => [ 'persist.meta.log.immediately.consumer', 'persist.meta.telemetry.logs.consumer', 'send.conversion.event.to.meta.consumer', ], 'multiple_processes' => [ 'send.conversion.event.to.meta.consumer' => 4 ]...
Hi @priyambad I still facing the issue, I believe that the problem is because is only enable for one store, but the global configuration is by default turn off. So...
> This error is explained here and a pull request has already been made: > > [#6765](https://github.com/EasyCorp/EasyAdminBundle/pull/6765) Hi! The weird thing is that I have a custom controller with two...