mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 02:54:37 +00:00
increase refreshInterval
This commit is contained in:
+2
-2
@@ -22,10 +22,10 @@ export default function Page() {
|
||||
|
||||
<div className='grid gap-6'>
|
||||
<div className='col-span-full'>
|
||||
<DetailedWalletBalance refreshInterval={5000} />
|
||||
<DetailedWalletBalance refreshInterval={30000} />
|
||||
</div>
|
||||
<div className='col-span-full'>
|
||||
<TemporaryBalances refreshInterval={10000} />
|
||||
<TemporaryBalances refreshInterval={60000} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user