mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 07:45:54 +08:00
Revert "serving: switching to h2c"
This reverts commit 690984d44a960a27556fc46873366f785d60666f.
This commit is contained in:
parent
efc405b1a0
commit
4873578c62
@ -165,4 +165,4 @@ const instance = container.resolve(CrawlStandAloneServer);
|
||||
|
||||
export default instance;
|
||||
|
||||
instance.serviceReady().then((s) => s.h2c().listen(parseInt(process.env.PORT || '') || 3000));
|
||||
instance.serviceReady().then((s) => s.listen(parseInt(process.env.PORT || '') || 3000));
|
||||
|
@ -165,4 +165,4 @@ const instance = container.resolve(SearchStandAloneServer);
|
||||
|
||||
export default instance;
|
||||
|
||||
instance.serviceReady().then((s) => s.h2c().listen(parseInt(process.env.PORT || '') || 3000));
|
||||
instance.serviceReady().then((s) => s.listen(parseInt(process.env.PORT || '') || 3000));
|
||||
|
Loading…
x
Reference in New Issue
Block a user