nicolium: increase staleTime for custom emoji query
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -16,6 +16,7 @@ const customEmojisQueryOptions = (client: PlApiClient) =>
|
||||
addCustomToPool(emojis);
|
||||
return emojis;
|
||||
}),
|
||||
staleTime: 60 * 60 * 1000, // 1 hour
|
||||
});
|
||||
|
||||
function useCustomEmojis<T>(select: (data: Array<CustomEmoji>) => T): UseQueryResult<T, Error>;
|
||||
|
||||
Reference in New Issue
Block a user