nomagick commited on
Commit
690984d
·
unverified ·
1 Parent(s): 20a7d4d

serving: switching to h2c

Browse files
backend/functions/src/stand-alone/crawl.ts CHANGED
@@ -165,4 +165,4 @@ const instance = container.resolve(CrawlStandAloneServer);
165
 
166
  export default instance;
167
 
168
- instance.serviceReady().then((s) => s.listen(parseInt(process.env.PORT || '') || 3000));
 
165
 
166
  export default instance;
167
 
168
+ instance.serviceReady().then((s) => s.h2c().listen(parseInt(process.env.PORT || '') || 3000));
backend/functions/src/stand-alone/search.ts CHANGED
@@ -165,4 +165,4 @@ const instance = container.resolve(SearchStandAloneServer);
165
 
166
  export default instance;
167
 
168
- instance.serviceReady().then((s) => s.listen(parseInt(process.env.PORT || '') || 3000));
 
165
 
166
  export default instance;
167
 
168
+ instance.serviceReady().then((s) => s.h2c().listen(parseInt(process.env.PORT || '') || 3000));
thinapps-shared CHANGED
@@ -1 +1 @@
1
- Subproject commit b37a272c11bffc6484715594f8f285ac50e461dd
 
1
+ Subproject commit b2c5c65f11cab47a228b65b5727c743c481c8288