diff --git a/ircd.yaml b/ircd.yaml index 0b2d9ec..645f3e8 100644 --- a/ircd.yaml +++ b/ircd.yaml @@ -154,7 +154,7 @@ server: max-concurrent-connections: 16 # whether to restrict the rate of new connections per IP/CIDR - throttle: true + throttle: false # how long to keep track of connections for window: 10m # maximum number of new connections per IP/CIDR within the given duration diff --git a/irchad-web/src/components/Chat.vue b/irchad-web/src/components/Chat.vue index 21829f8..28e8ab1 100644 --- a/irchad-web/src/components/Chat.vue +++ b/irchad-web/src/components/Chat.vue @@ -1,21 +1,17 @@