Browse Source

Added missing 'S' to the SQL Server IIS 'update' test URL

Kevin Pullin 12 years ago
parent
commit
3068f372d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      servicestack/benchmark_config

+ 1 - 1
servicestack/benchmark_config

@@ -15,7 +15,7 @@
       "db_url": "/sqlserver/db",
       "query_url": "/sqlserver/queries/",
       "fortune_url": "/sqlserver/fortunes",
-      "update_url": "/sqlserver/update/",
+      "update_url": "/sqlserver/updates/",
       "port": 8080,
       "sort": 156
     },