Current File : /home/vedfinancials/public_html/vedwp/wp-content/plugins/duplicator/classes/class.constants.php
<?php

defined("ABSPATH") || exit;
class DUP_Constants
{
    const ZIP_STRING_LIMIT = 70000;   // Cutoff for using ZipArchive addtostring vs addfile
}