Skip to content

Commit 197b7af

Browse files
committed
Set the response code to 583 as per internal discussion
1 parent 6d39d68 commit 197b7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vipgo-helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ function wpcom_vip_maintenance_mode_do_not_respond_503_for_services( $should_set
2727
}
2828

2929
add_filter( 'vip_maintenance_mode_respond_503', 'wpcom_vip_maintenance_mode_do_not_respond_503_for_services', 30 );
30-
add_filter( 'vip_maintenance_mode_origin_status_code', fn() => 566 );
30+
add_filter( 'vip_maintenance_mode_origin_status_code', fn() => 583 );

0 commit comments

Comments
 (0)