mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #313] [BUG] /whoogle path constantly grows in size, also something pings google every 10 seconds #218
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Suika on GitHub (May 14, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/313
Describe the bug
Something performs checks every 10 seconds or less, calling out to google.
That something doesn't seem to be able to parse the respons properly and leaves files in the directory as is. Filling up the volume on which the container runs.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Additional context
Add any other context about the problem here.
@benbusby commented on GitHub (May 18, 2021):
This looks like it could be an issue with the
wgethealthcheck, as if it's ignoring being told to output to console. I just updated it to usecurlinstead with1fdf226802, which I think should fix this issue.