-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop to Master #367
Merged
Develop to Master #367
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
chiragjn
commented
May 27, 2020
- Fix MemoryError for RegexDetector
- cleanup dead code related to gunicorn
Set DEBUG=False, no more configurable from .env
Minor update to install.md
limit max_matches to 50 by default When replacing something like 'ab' -> 'abab' or '' with anything in a loop can grow string causing more and more allocations, eventually crashing with MemoryError. We fix this by doing careful replacements with a special placeholder and also discarding empty matches and limiting matches to keep the detector fast. The max_matches part is configurable via __init__ https://hello-haptik.atlassian.net/browse/ML-1443
fix(regex-detector): Fix MemoryError caused by recursive replace and limit max_matches to 50 by default
Cleanup - Remove gunicorn and start_server.sh
👍 No lint errors found. |
krupalmodi18
approved these changes
May 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.