Skip to content

Commit e1315e5

Browse files
seungho-hubViolet-Bora-Lee
authored andcommitted
[롱폴링] 본문 번역 - line17 (#1659)
1 parent d422a35 commit e1315e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/10-long-polling/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ That works, but there are downsides:
1414
1. Messages are passed with a delay up to 10 seconds (between requests).
1515
2. Even if there are no messages, the server is bombed with requests every 10 seconds, even if the user switched somewhere else or is asleep. That's quite a load to handle, speaking performance-wise.
1616

17-
So, if we're talking about a very small service, the approach may be viable, but generally, it needs an improvement.
17+
서비스 규모가 작은 경우 폴링은 꽤 괜찮은 방식입니다. 하지만 일반적인 경우엔 개선이 필요합니다.
1818

1919
## Long polling
2020

0 commit comments

Comments
 (0)