Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-5448

Domain Manager: TLD Sync timeout too high

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: 5.11.3
    • Fix Version/s: 5.12.0-b2
    • Component/s: Plugins
    • Labels:
      None

      Description

      The TLD sync timeout is set in ~/lib/tld_sync.php on line 40:

      set_time_limit(60*60*15); // 15 minutes

      This should be 15 minutes as the comment suggests, but this is 15 hours instead of 15 minutes, it should be:

      set_time_limit(60*15); // 15 minutes

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            admin Paul Phillips
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: