diff options
Diffstat (limited to 'src/include/globals.h')
-rw-r--r-- | src/include/globals.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/globals.h b/src/include/globals.h index dd63b5f..d86ae4d 100644 --- a/src/include/globals.h +++ b/src/include/globals.h @@ -9,15 +9,15 @@ #define BINC_VERSION "2.0.14" #define IMAP_VERSION "IMAP4rev1" -#define BINC_CACHE "BINC-CACHE-1.0" -#define IMAP_PORT "143" -#define IMAPS_PORT "993" +#define BINC_CACHE "BINC-CACHE-1.0" +#define IMAP_PORT "143" +#define IMAPS_PORT "993" namespace Binc { - static const int IDLE_TIMEOUT = 30*60; + static const int IDLE_TIMEOUT = 30 * 60; static const int AUTH_TIMEOUT = 60; static const int AUTH_PENALTY = 5; - static const int TRANSFER_TIMEOUT = 20*60; + static const int TRANSFER_TIMEOUT = 20 * 60; static const int TRANSFER_BUFFER_SIZE = 1024; static const int INPUT_BUFFER_LIMIT = 8192; |