pub const MAX_REDIRECTS: usize = 20;
tower
How many redirects to follow before delivering the last one unfollowed.
Twenty is what browsers allow.