summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCallum Linden <callum@lindenlab.com>2021-10-01 15:22:22 -0700
committerCallum Linden <callum@lindenlab.com>2021-10-01 15:22:22 -0700
commit23ec0fb50ce0f7723e13a5ec5cf8694f3b5a7e06 (patch)
tree70d05fa8acff23bf990286d0aaa280abbf10e1a4 /scripts
parentb3382719adbc3f695f5838bd496c990ea5edf94f (diff)
SL-16124 - switch default region to Lag Me 5 now that it is set up and working
Diffstat (limited to 'scripts')
-rw-r--r--scripts/perf/perfbot_run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/perf/perfbot_run.py b/scripts/perf/perfbot_run.py
index 49d2002135..993c60be74 100644
--- a/scripts/perf/perfbot_run.py
+++ b/scripts/perf/perfbot_run.py
@@ -168,7 +168,7 @@ if __name__ == "__main__":
)
parser.add_argument(
"--region",
- default="Sandbox Cordova",
+ default="Lag Me 5",
dest="region",
help="The SLURL for the Second Life region to visit",
)