You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comment in the code of this methods says it creates the file to avoid memory issues, but later in the code of Lizmap, the content of this file is readed and then json_decode is applied, so i'm not sure the memory issue could be avoid.
The text was updated successfully, but these errors were encountered:
What is the bug?
There are tons of files into /tmp/ with name starting with
wfs_
.Expected behavior
No wfs_ files into tmp, or at least, only few.
The responsible is
WFSRequest::getfeaturePostgres()
which create such files.A comment in the code of this methods says it creates the file to avoid memory issues, but later in the code of Lizmap, the content of this file is readed and then
json_decode
is applied, so i'm not sure the memory issue could be avoid.The text was updated successfully, but these errors were encountered: