projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
72b0515
)
Finish removing old request counting logic.
author
Tom Hughes
<tom@compton.nu>
Sun, 26 Apr 2009 23:27:40 +0000
(23:27 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 26 Apr 2009 23:27:40 +0000
(23:27 +0000)
app/controllers/api_controller.rb
patch
|
blob
|
history
diff --git
a/app/controllers/api_controller.rb
b/app/controllers/api_controller.rb
index 855e05888cddf1ee189b899482de5ac3e00fdd6f..1af14845585ee6b39e387cf6a5ab7071c509625e 100644
(file)
--- a/
app/controllers/api_controller.rb
+++ b/
app/controllers/api_controller.rb
@@
-16,7
+16,6
@@
class ApiController < ApplicationController
# Get an XML response containing a list of tracepoints that have been uploaded
# within the specified bounding box, and in the specified page.
def trackpoints
- @@count+=1
#retrieve the page number
page = params['page'].to_i
unless page
@@
-85,8
+84,6
@@
class ApiController < ApplicationController
# fetched. All the nodes and ways that are referenced by those ways are then
# fetched. Finally all the xml is returned.
def map
- GC.start
- @@count+=1
# Figure out the bbox
bbox = params['bbox']