Ante Barić

Results 20 comments of Ante Barić

I get the same `gibberish` from time to time as @electriccode . I think I boiled it down to `encodePayload` and `decodePayload` methods. It just seems that sometime depending on...

> The default path of the hybrid engine is on `tmp`, and files could be removed by the system. Removing a file would crash the server (I tried). Also personally...

I did some more investigation and managed to reproduce the gibberish output like I get in my logs and that @electriccode showed in a screenshot. While I was looking at...

Maybe `isZipped` check should check actual body eg. for gzip https://stackoverflow.com/questions/3703276/how-to-tell-if-a-file-is-gzip-compressed I see you are actually doing something similar here https://github.com/next-boost/next-boost/blob/6da1f0e9ca5612e2bcfdcc84d3672bf729e113a6/src/payload.ts#L32

> Maybe `isZipped` check should check actual body eg. for gzip https://stackoverflow.com/questions/3703276/how-to-tell-if-a-file-is-gzip-compressed > > I see you are actually doing something similar here > > https://github.com/next-boost/next-boost/blob/6da1f0e9ca5612e2bcfdcc84d3672bf729e113a6/src/payload.ts#L32 I just confirmed this...

> - change timeout to 60s > - remove the timeout logic totally Is it possible to do those two things without using something like `patch-package`? Also, I was wondering,...

I managed to minimalize `504` errors by reducing the size of the database by using `paramFilter` and some more strict `rules`. Now at ~20-30mb. I would for sure say that...

I did some investigating... > I will probably go forward and increase the MAX_WAIT to 20s to see does it remove the error completely. I will not do this because...

@rjyo sorry to ping, any thoughts on this?

@whitefire0 I was waiting for some response from you guys? Any tips on what to do so we can merge this?