Changeset 572
- Timestamp:
- 05/27/09 23:17:19 (6 months ago)
- Files:
-
- 1 modified
-
trunk/lib/Data/ObjectDriver/Driver/GearmanDBI.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Data/ObjectDriver/Driver/GearmanDBI.pm
r570 r572 11 11 __PACKAGE__->mk_accessors(qw( 12 12 dbi client func driver_arg enabled_cb uniqify_cb 13 on_exception_cb retry_count 13 on_exception_cb retry_count timeout 14 14 )); 15 15 … … 75 75 $options{retry_count} = $driver->retry_count 76 76 if $driver->retry_count; 77 $options{timeout} = $driver->timeout 78 if $driver->timeout; 77 79 78 80 my $res = $client->do_task( $func =>
