DariusIII

Results 93 comments of DariusIII

As far as i am aware, this never worked. All the categorization regexes are in Categorize class.

Have you tried to run misc/testing/Release/recategorize.php?

Problem is that Tmux 2.1 has some dependencies not available on all systems, so forcing it to users would cause many problems.

I will have a look at it. This is a long time bug i did not have time to fix.

Tmux 2.0 should be safe to use as far as i am aware (i am using it for some time now). As for theme, 10-settings.tsv looks like it is not...

There is a tmux package in ubuntu archives that works with Ubuntu 16.04 release: https://pkgs.org/ubuntu-15.10/ubuntu-main-amd64/tmux_2.0-3_amd64.deb.html

I have a solution at hand, but need to confirm with other devs. > SELECT SQL_NO_CACHE r.searchname, r.id > FROM releases r > WHERE r.nzbstatus = 1 > AND r.videos_id...

No, you cannot add indexes like this. While first query is an example of mysql optimizer choosing wrong index because of the ORDER BY, second one cannot be done like...

With original query: Query took 2.3491 seconds With ORDER BY r.id+0 DESC: Query took 0.1687 seconds

Actually in my test using again the +0 trick on ORDER BY r.postdate DESC i have speed up the query from 3+ seconds to 0.5