Skip to content

Commit ff91284

Browse files
author
Chubby Granny Chaser
committed
chore: fix version
1 parent b4f9941 commit ff91284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hydralauncher",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Hydra",
55
"main": "./out/main/index.js",
66
"author": "Los Broxas",

src/renderer/src/components/sidebar/sidebar-profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { useEffect, useMemo, useRef } from "react";
66
import { useTranslation } from "react-i18next";
77
import { UserFriendModalTab } from "@renderer/pages/shared-modals/user-friend-modal";
88

9-
const LONG_POLLING_INTERVAL = 10_000;
9+
const LONG_POLLING_INTERVAL = 60_000;
1010

1111
export function SidebarProfile() {
1212
const navigate = useNavigate();

0 commit comments

Comments
 (0)