|
Hi, I want to run this query on my Joseki instance but after a while Joseki stops transmitting any more data.
I can see in the logs of Joseki that it runs several queries on localhost:2020/celegans like this one:
but after about 10 seconds it stops: not data is received by the browser or wget anymore and no more queries appear in the logs. However, the HTTP connection is not closed and only about 25kb of data is sent so I expect that the full query has not finished, yet. What might cause this? PS: I replaced all smaller-than and larger-than chars by underscores (_) in this post because markdown didn't like them |


Hmmm, the amount of data that is transferred is always 24576 bytes. interesting...