[et] Better RBE defaults (#54059)

This PR adopts some RBE configuration from the way that chromium uses RBE

https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/refs/heads/main/reclient_helper.py

These changes should bias both local and CI builds more towards using the worker pool, which we recently expanded, and should help limit the bandwidth used, which is a bottleneck for build times on a slow connection.
https://dart.googlesource.com/external/github.com/flutter/engine/+/97b5c9549d1a1a94c33fc47eb4a0c211816171b0
diff --git a/DEPS b/DEPS
index f1688d7..f58a955 100644
--- a/DEPS
+++ b/DEPS
@@ -280,7 +280,7 @@
 deps = {
   'engine/src': 'https://github.com/flutter/buildroot.git' + '@' + '91c259d5ee56c24fb870cf7be7d041bb9b8e139f',
 
-  'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + '95e9885f7c03c38ee1a591bb1ef4b861c609841a',
+  'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + '97b5c9549d1a1a94c33fc47eb4a0c211816171b0',
 
   'engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'b7d3cdb5a717359e34494f2e263761934f005158',
 
diff --git a/commits.json b/commits.json
index dee6f8a..87df0b6 100644
--- a/commits.json
+++ b/commits.json
@@ -1,5 +1,5 @@
 {
-  "engine/src/flutter":"95e9885f7c03c38ee1a591bb1ef4b861c609841a",
+  "engine/src/flutter":"97b5c9549d1a1a94c33fc47eb4a0c211816171b0",
   "engine/src/flutter/third_party/dart":"b7d3cdb5a717359e34494f2e263761934f005158",
   "flutter":"373efb0764acbba00dce1c003659292814634faa"
 }
\ No newline at end of file