mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-25 06:05:54 +00:00
misc
This commit is contained in:
+2
-2
@@ -13,12 +13,12 @@
|
||||
@font-face{
|
||||
font-family:'FontinItalic';
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
font-style:italic;
|
||||
src:url('./font/Fontin-Italic-Hinted.ttf') format("truetype");
|
||||
}
|
||||
@font-face{
|
||||
font-family:'FontinBold';
|
||||
font-weight:normal;
|
||||
font-weight:bold;
|
||||
font-style:normal;
|
||||
src:url('./font/Fontin-Bold-Hinted.ttf') format("truetype");
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ export function adjustRateLimits (clientLimits: RateLimiter[], headers: Headers)
|
||||
}
|
||||
|
||||
function _adjustRateLimits (clientLimits: RateLimiter[], limitStr: string, stateStr: string) { /* eslint-disable no-console */
|
||||
const DEBUG = true
|
||||
const DEBUG = false
|
||||
const DESYNC_FIX = 0
|
||||
|
||||
const limitRuleState = stateStr
|
||||
|
||||
Reference in New Issue
Block a user