package org.briarproject.api.invitation; public interface InvitationConstants { long CONNECTION_TIMEOUT = 60 * 1000; // Milliseconds long CONFIRMATION_TIMEOUT = 60 * 1000; // Milliseconds int CODE_BITS = 19; // Codes must fit into six decimal digits }