Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed Jun 13, 2023
1 parent d7ca58d commit cfdbf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/forefront/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class Forefrontnew extends Chat {
this.accountPool = new AccountPool();
const maxSize = +(process.env.POOL_SIZE || 2);
const initialAccounts = this.accountPool.multiGet(maxSize);
this.pagePool = new BrowserPool<Account>(maxSize, initialAccounts.map(item => item.id), this.init.bind(this));
this.pagePool = new BrowserPool<Account>(0, initialAccounts.map(item => item.id), this.init.bind(this));
}

support(model: ModelType): number {
Expand Down

0 comments on commit cfdbf62

Please sign in to comment.