Alexander Povolotsky
Alexander Povolotsky
DAV as DAV protocol works just fine. It shows something completely unrelated to my files, so as Owncloud client it does not work. I'd love to have some switch to...
It's a parsing problem, Date.parse is a bit weird and US-centric, ans there seems to be no way to set dd/MM/yyyy instead of MM/dd/yyyy. I'd use moment.js, and I'm trying...
I'll try to install Android emulator and look, but I'm not sure when I'll have the time. Maybe someone with higher reverse engineering skill is reading this issue?
@dj2ball AFAIK signature encryption is handled just fine by existing TikTokApi code. What's straightforward for you means installation of unknown soft for me, I'm not a mobile developer. Thank you...
Okay, same problem here. TURN server is in container, I've mapped ports 3478 tcp/udp. 5349 tcp/udp, 10000-20000 udp turnserver.conf ``` listening-port=3478 external-ip=my-extern-ip min-port=10000 max-port=20000 fingerprint verbose no-auth userdb=/var/lib/turn/turndb realm=my-domain-name syslog...
I've configured coturn on different server, with external IP (no port mapping). Ports are opened on firewall (checked) here is my tcpdump ``` listening on em0, link-type EN10MB (Ethernet), capture...
At least this one ``` SELECT max(message_idnr)+1 FROM dbmail_messages WHERE mailbox_idnr=71; ``` did not perform well until I've added index (mailbox_idnr, message_udnr), speeding it up about 100 times Under a...
``` dbmail=# explain analyze SELECT max(message_idnr) FROM dbmail_messages WHERE mailbox_idnr=71; QUERY PLAN --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Result (cost=186.68..186.69 rows=1 width=8) (actual time=3351.883..3351.892 rows=1 loops=1) InitPlan 1 (returns $0) -> Limit (cost=0.43..186.68 rows=1 width=8)...
They are fast SSD. Should not be THAT slow and disks are not overloaded.
I have __slightly__ larger base, about a terabyte.