public
Description: The kick ass (non-commercial) home for musicians and their music
Homepage: http://alonetone.com
Clone URL: git://github.com/sudara/alonetone.git
make sure if defensio 500's alonetone still runs and processes comments
sudara (author)
Thu Jul 10 05:55:43 -0700 2008
commit  9463e66236eedd96c52cb40a1a5513776e473865
tree    e49dff3c47486ae0a758fde971c0c2153785326d
parent  2e2f90e99f76cb9b07ca3d05f174b30d45a62999
...
145
146
147
148
 
 
149
150
151
...
145
146
147
 
148
149
150
151
152
0
@@ -145,7 +145,8 @@ module Defensio
0
         end
0
         
0
         if response
0
- raise Defensio::Error, response.message unless response.success?
0
+ # raising an error here simply makes alonetone dependent upon uptime of Defensio, which is sketchy
0
+ # raise Defensio::Error, response.message unless response.success?
0
           self.signature = response.signature
0
           self.spam = response.spam
0
           self.spaminess = response.spaminess

Comments

    No one has commented yet.