tzukav
tzukav
> no we do not have such feature yeah i already got it. i tried to paginate over a big database, the query was sort by multiple fields, but i...
in fact, manticore was like 2x or 10x faster for me than elasticsearch. and using like 1gb of ram(elastic was using 14gb). but this problem with the multi-sort pagination stuck...
@sanikolaev only search_after. elastic said that search_after is better than PIT. I think the real problem was due to a float comparison. I had something like ORDER BY id DESC,...
unfortunately, this module works only per one line
Hi, I know this is an old problem, but I found the same issue years ago and I found a solution. `fluidPlayer( "my-video", { layoutControls: { fillToContainer: true, preload: "none"}...
yeah, it is working, I just tested it now. `mkdir /var/run/redis/ && chown -R redis:www-data /var/run/redis` then, in your /etc/redis/redis.conf, search for "unixsocketperm". modify "unixsocket" and "unixsocketperm" as following: `unixsocket...
> @tzukav are you sure this is working? This does not seem to work for me at all. > > `connect() to unix:/... failed (11: Resource temporarily unavailable) while connecting...
@woutd is nginx using www-data as user?
"Resource temporarily unavailable" can be a user, permissions error. if the socket file exists, i'm pretty sure there is a user or permission error.
you can try by changing the nginx user to root temporarily, restart nginx and then see if it is working or not