PluginProbe
ActivityPub / 8.0.2
ActivityPub v8.0.2
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
← All changes | includes/constants.php +0 -5 8.3.08.0.2 View file →
@@ -108,9 +108,4 @@
108 108 *
109 109 * @see https://github.com/tfredrich/RestApiTutorial.com/blob/master/content/advanced/responses/retries.md
110 110 */
111 111 define( 'ACTIVITYPUB_RETRY_ERROR_CODES', array( 408, 429, 500, 502, 503, 504 ) );
112 -
113 -// Default purge retention periods (in days).
114 -define( 'ACTIVITYPUB_OUTBOX_PURGE_DAYS', 180 );
115 -define( 'ACTIVITYPUB_INBOX_PURGE_DAYS', 180 );
116 -define( 'ACTIVITYPUB_AP_POST_PURGE_DAYS', 30 );