Skip to content

Commit

Permalink
chore: slow it down to make it less panic attack inducing (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka authored Oct 2, 2024
1 parent 1440932 commit 44b12bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/orderbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @description Orderbook display constants
*/
export const ORDERBOOK_MAX_ROWS_PER_SIDE = 30;
export const ORDERBOOK_ANIMATION_DURATION = 100;
export const ORDERBOOK_ANIMATION_DURATION = 350;

/**
* @description Orderbook pixel constants
Expand Down

0 comments on commit 44b12bd

Please sign in to comment.