Skip to content

Commit 2164fb3

Browse files
johnny90meta-codesync[bot]
authored andcommitted
Change default RE platform in HHBBC extern-worker
Summary: Last place which should be updated to the new platform Reviewed By: rafael-munoz Differential Revision: D89375655 fbshipit-source-id: ba58e2137576640ba048fd364915823a8f2bed25
1 parent b3610fc commit 2164fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hphp/util/extern-worker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ struct Options {
515515
int m_acConnectionCount{16};
516516
std::string m_application{""};
517517
std::string m_useCase{""};
518-
std::string m_platform{"linux-remote-execution"};
518+
std::string m_platform{"releng_www_hhbbc"};
519519
std::string m_featuresFile{""};
520520
std::string m_workerPath{""};
521521
std::string m_zstdDictionaryPath{""};

0 commit comments

Comments
 (0)