Skip to content
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

fix: increase the DNS allowed response size to solve Data too long for column 'dns_last_result' #4929

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 11, 2024

  1. fix(db): increase the DNS allowed response size

    Some DNS servers might reply with several IP addresses. This avoids errors like the following:
    
    ```
    Failing: UPDATE `monitor` SET dns_last_result = 'Records: X' WHERE id = 1  - Data too long for column 'dns_last_result' at row 1
    ```
    gustavovalverde authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    79895d4 View commit details
    Browse the repository at this point in the history