Post B6i7r7cPBUiYBABIUC by ins0mniak@fsebugoutzone.org
(DIR) More posts by ins0mniak@fsebugoutzone.org
(DIR) Post #B6i39HOH5iHBvcPWNs by p@fsebugoutzone.org
0 likes, 0 repeats
@w0rm Good morning, dead spaceman.husk.jpgdead_spaceman.jpg
(DIR) Post #B6i7r7cPBUiYBABIUC by ins0mniak@fsebugoutzone.org
1 likes, 0 repeats
@p @w0rm i was trying to upload a fun song but it kept timing out.what fat white tard is responsible for this
(DIR) Post #B6i8djKCIR1F1UqJYO by p@fsebugoutzone.org
0 likes, 0 repeats
@ins0mniak @w0rm I'm not fat, *but* the upload issue is going to be fixed in software and also in hardware soon but the size of the song, like, smaller is better. It's a combination of bugs:1. Pleroma having some shit absurd non-configurable (as far as I can tell) timeout for uploading files so if it takes more than 5s (I think), it times out. (Bug fixes may be proposed at will, but my solution is "ship Revolver instead of fixing Pleroma bugs". https://git.freespeechextremist.com/gitweb/?p=fse;a=blob;f=lib/pleroma/uploaders/revolver.ex;h=e74097f19e1b199bdae7fda2bd53803e434daac4;hb=HEAD )2. So, the Revolver node that handles the uploads has to have minimum latency. It's on a 2.5Gbe link from the FSE server.3. However, it's gotta be served. So the network code feeds it to the media.fse server.4. But money and bandwidth.5. The code that does the feeding is being reworked.
(DIR) Post #B6i9bl9acq564QVOlM by ins0mniak@fsebugoutzone.org
1 likes, 0 repeats
@p @w0rm I was clowning I know youre not fat lolyeah I figured.if you need money ill put one of my girls to work
(DIR) Post #B6iHabFOlqFMgrBFGi by p@fsebugoutzone.org
0 likes, 0 repeats
@ins0mniak @w0rm Ha, man. Well, you know a freelance gig that sounds up my alley, hit me up.
(DIR) Post #B6iIOLQLsLT25u1XVY by w0rm@dsmc.space
1 likes, 0 repeats
@p fixed sir, thank you.
(DIR) Post #B6jxJPhaphIxC2od2O by i@declin.eu
1 likes, 1 repeats
@p @w0rm @ins0mniak the timeout isn't in pleroma because you're using a Req(https://hexdocs.pm/req/Req.html), that one sounds like you would change :pool_timeout from 5s, since :receive_timeout is 15s and connect_options: :timeout is 30s
(DIR) Post #B6jxJPxXsO45zWHMu0 by p@fsebugoutzone.org
0 likes, 0 repeats
@i @ins0mniak @w0rm > sounds like you would change :pool_timeout from 5sI knew that if I complained about it for long enough then someone that knew how to fix it would wander by. (I stopped short of exploiting Cunningham's Law. (Also thank you.))
(DIR) Post #B6jxKof7W81KtZKNlI by i@declin.eu
1 likes, 1 repeats
@p @ins0mniak @w0rm wait never mind, you're doing as: Req also the old release thing where it's still using gun instead of hackney toohttps://git.freespeechextremist.com/gitweb/?p=fse;a=blob;f=lib/pleroma/http/adapter_helper/gun.ex;h=1dbb71362e934d6607b105a6f5cb73dd19100e5d;hb=HEAD#l52https://git.freespeechextremist.com/gitweb/?p=fse;a=blob;f=lib/pleroma/gun/api.ex;h=09be743926bac9de1b7627236c07676d4119f094;hb=HEAD#l36https://git.freespeechextremist.com/gitweb/?p=fse;a=blob;f=lib/pleroma/gun/conn.ex;h=477e19c6e1d7589eccb1a9d1394451502d1571c5;hb=HEAD#l16all have 5_000
(DIR) Post #B6jxirrPHIm5lRXkPo by p@fsebugoutzone.org
0 likes, 0 repeats
@i @ins0mniak @w0rm > all have 5_000 Okay, this is starting to sound more familiar, like, there was something that made it annoying to set because I would have had to change something else, and that's why there's the copypasta at the bottom, like, https://git.freespeechextremist.com/gitweb/?p=fse;a=blob;f=lib/pleroma/uploaders/revolver.ex;h=e74097f19e1b199bdae7fda2bd53803e434daac4;hb=HEAD#l87 and subsequent lines.