Skip to content

Commit 44d70b6

Browse files
committed
Increased default chunk size — it's not that big.
1 parent e586fdf commit 44d70b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/TranslateStrings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function handle()
110110
// 청크 사이즈 설정
111111
$this->chunkSize = (int) $this->ask(
112112
$this->colors['yellow'] . "Enter the chunk size for translation. Translate strings in a batch. The higher, the cheaper." . $this->colors['reset'],
113-
50
113+
100
114114
);
115115

116116
// 컨텍스트 항목 수 설정

0 commit comments

Comments
 (0)