Changeset f6ec4e09d5d309f297b4ff6fd6c65ca82c74b462
- Timestamp:
- 08/21/08 22:32:27
(3 months ago)
- Author:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
- git-committer:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1219343547 +0200
- git-parent:
[cb32e392b722c3c84f6c49fccfc0ea00192ac17b]
- git-author:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1219343547 +0200
- Message:
geoip plugin: thread command
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9340ab2 |
rf6ec4e0 |
|
| 158 | 158 | |
|---|
| 159 | 159 | plugin = GeoIpPlugin.new |
|---|
| 160 | | plugin.map "geoip [:input]", :action => 'geoip' |
|---|
| | 160 | plugin.map "geoip [:input]", :action => 'geoip', :thread => true |
|---|