We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6e6964 + 5f8f439 commit a7e2d56Copy full SHA for a7e2d56
frontend/src/App.tsx
@@ -34,7 +34,7 @@ const App = ({ isUnibotics }: { isUnibotics: boolean }) => {
34
const [showTerminal, setTerminalVisible] = useState<boolean>(false);
35
36
//Only needed in Unibotics
37
- const maxUsers = 0;
+ const maxUsers = 15;
38
const currentUsers = React.useRef<number>(0);
39
const btAtMaxCapacity = React.useRef<boolean>(false);
40
const { error_critical } = useError();
0 commit comments