-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
635 additions
and
369 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ban__ips ban__mails ban__names bic__acc_type bic__pzn bic__rclose bic__reg bic__rstr bic__settings bic__srvcs cron__settings cron__tasks ffxiv__achievement ffxiv__city ffxiv__clan ffxiv__count_filter ffxiv__enemy ffxiv__grandcompany ffxiv__guardian ffxiv__jobs ffxiv__linkshell_rank ffxiv__nameday ffxiv__orderby ffxiv__pvpteam_rank ffxiv__server ffxiv__timeactive pma__bookmark pma__central_columns pma__column_info pma__designer_settings pma__export_templates pma__favorite pma__history pma__navigationhiding pma__pdf_pages pma__recent pma__relation pma__savedsearches pma__table_coords pma__table_info pma__table_uiprefs pma__tracking pma__userconfig pma__usergroups pma__users seo__pageviews seo__visitors sys__languages sys__log_types sys__settings talks__alt_link_types talks__tags uc__groups uc__permissions uc__users bic__list bic__swift cron__log cron__schedule ffxiv__estate ffxiv__freecompany ffxiv__freecompany_names ffxiv__freecompany_rank ffxiv__freecompany_ranking ffxiv__grandcompany_rank ffxiv__linkshell ffxiv__linkshell_names ffxiv__pvpteam ffxiv__pvpteam_names sys__files sys__logs talks__types uc__cookies uc__emails uc__group_to_permission uc__sessions uc__user_to_group uc__user_to_permission bic__accounts bic__acc_rstr bic__bic_rstr ffxiv__character ffxiv__character_achievement ffxiv__character_clans ffxiv__character_jobs ffxiv__character_names ffxiv__character_servers ffxiv__freecompany_character ffxiv__linkshell_character ffxiv__pvpteam_character talks__sections talks__threads talks__thread_to_tags uc__avatars uc__user_to_section talks__alt_links talks__posts talks__posts_history talks__attachments talks__likes talks__old_music | ||
ban__ips ban__mails ban__names bic__acc_type bic__pzn bic__rclose bic__reg bic__rstr bic__settings bic__srvcs cron__event_types cron__settings cron__tasks ffxiv__achievement ffxiv__city ffxiv__clan ffxiv__count_filter ffxiv__enemy ffxiv__grandcompany ffxiv__guardian ffxiv__jobs ffxiv__linkshell_rank ffxiv__nameday ffxiv__orderby ffxiv__pvpteam_rank ffxiv__server ffxiv__timeactive pma__bookmark pma__central_columns pma__column_info pma__designer_settings pma__export_templates pma__favorite pma__history pma__navigationhiding pma__pdf_pages pma__recent pma__relation pma__savedsearches pma__table_coords pma__table_info pma__table_uiprefs pma__tracking pma__userconfig pma__usergroups pma__users seo__pageviews seo__visitors sys__languages sys__log_types sys__settings talks__alt_link_types talks__tags uc__groups uc__permissions uc__users bic__list bic__swift cron__log cron__schedule ffxiv__estate ffxiv__freecompany ffxiv__freecompany_names ffxiv__freecompany_rank ffxiv__freecompany_ranking ffxiv__grandcompany_rank ffxiv__linkshell ffxiv__linkshell_names ffxiv__pvpteam ffxiv__pvpteam_names sys__files sys__logs talks__types uc__cookies uc__emails uc__group_to_permission uc__sessions uc__user_to_group uc__user_to_permission bic__accounts bic__acc_rstr bic__bic_rstr ffxiv__character ffxiv__character_achievement ffxiv__character_clans ffxiv__character_jobs ffxiv__character_names ffxiv__character_servers ffxiv__freecompany_character ffxiv__linkshell_character ffxiv__pvpteam_character talks__sections talks__threads talks__thread_to_tags uc__avatars uc__user_to_section talks__alt_links talks__posts talks__posts_history talks__attachments talks__likes talks__old_music |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CREATE TABLE `cron__event_types` ( | ||
`type` varchar(30) NOT NULL COMMENT 'Type of the event', | ||
`description` varchar(100) NOT NULL COMMENT 'Description of the event', | ||
PRIMARY KEY (`type`) | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_nopad_ci COMMENT='Different event types for logging and SSE output' `PAGE_COMPRESSED`='ON' ROW_FORMAT=Dynamic; |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*/5 * * * * /usr/local/php/config/cron/php-cron.sh | ||
#* * * * * sleep 20 && /usr/local/php/config/cron/php-cron.sh | ||
#* * * * * sleep 40 && /usr/local/php/config/cron/php-cron.sh | ||
* * * * * /usr/local/php/config/cron/php-cron.sh | ||
* * * * * sleep 20 && /usr/local/php/config/cron/php-cron.sh | ||
* * * * * sleep 40 && /usr/local/php/config/cron/php-cron.sh | ||
0 0 * * * /usr/local/php/config/cron/log-rotate.sh |
Oops, something went wrong.