Making WordPress.org

Changeset 7479


Ignore:
Timestamp:
07/19/2018 12:45:06 PM (6 years ago)
Author:
ocean90
Message:

Revert [7478] due to out of memory errors.

See #2977.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-manager.php

    r7478 r7479  
    2222        add_action( 'plugin_directory_svn_sync', array( __NAMESPACE__ . '\SVN_Watcher', 'cron_trigger' ) );
    2323        add_action( 'plugin_directory_update_api_check', array( __NAMESPACE__ . '\API_Update_Updater', 'cron_trigger' ) );
    24         add_action( 'plugin_directory_translation_sync', array( __NAMESPACE__ . '\Translation_Sync', 'cron_trigger' ) );
    2524
    2625        // A cronjob to check cronjobs
     
    251250            wp_schedule_event( time() + 60, 'every_120s', 'plugin_directory_check_cronjobs' );
    252251        }
    253         if ( ! wp_next_scheduled ( 'plugin_directory_translation_sync' ) ) {
    254             wp_schedule_event( time() + 60, 'daily', 'plugin_directory_translation_sync' );
    255         }
    256252    }
    257253
Note: See TracChangeset for help on using the changeset viewer.