Skip to content

Commit

Permalink
decrease Assistant.FRAME_CREATION_LIMIT_MS to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Mar 22, 2024
1 parent 60ef472 commit d572159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class Assistant {
/**
* Maximum time delay in milliseconds between the assistant frame creation and the assistant initialization.
*/
private static FRAME_CREATION_LIMIT_MS = 300;
private static FRAME_CREATION_LIMIT_MS = 100;

/**
* Assistant frame URL.
Expand Down

0 comments on commit d572159

Please sign in to comment.